Uses of Class
org.jooq.util.postgres.PostgresDataType

Packages that use PostgresDataType
org.jooq.util.postgres   
 

Uses of PostgresDataType in org.jooq.util.postgres
 

Fields in org.jooq.util.postgres declared as PostgresDataType
protected static PostgresDataType<BigInteger> PostgresDataType.__BIGINTEGER
           
protected static PostgresDataType<byte[]> PostgresDataType.__BINARY
           
protected static PostgresDataType<Boolean> PostgresDataType.__BIT
           
protected static PostgresDataType<String> PostgresDataType.__LONGNVARCHAR
           
protected static PostgresDataType<byte[]> PostgresDataType.__LONGVARBINARY
           
protected static PostgresDataType<String> PostgresDataType.__LONGVARCHAR
           
protected static PostgresDataType<String> PostgresDataType.__NCHAR
           
protected static PostgresDataType<String> PostgresDataType.__NCLOB
           
protected static PostgresDataType<String> PostgresDataType.__NVARCHAR
           
protected static PostgresDataType<Byte> PostgresDataType.__TINYINT
           
protected static PostgresDataType<byte[]> PostgresDataType.__VARBINARY
           
static PostgresDataType<String> PostgresDataType.ACLITEM
           
static PostgresDataType<Long> PostgresDataType.BIGINT
           
static PostgresDataType<Long> PostgresDataType.BIGSERIAL
           
static PostgresDataType<String> PostgresDataType.BIT
           
static PostgresDataType<String> PostgresDataType.BITVARYING
           
static PostgresDataType<Boolean> PostgresDataType.BOOL
           
static PostgresDataType<Boolean> PostgresDataType.BOOLEAN
           
static PostgresDataType<String> PostgresDataType.BPCHAR
           
static PostgresDataType<byte[]> PostgresDataType.BYTEA
           
static PostgresDataType<String> PostgresDataType.CHAR
           
static PostgresDataType<String> PostgresDataType.CHARACTER
           
static PostgresDataType<String> PostgresDataType.CHARACTERVARYING
           
static PostgresDataType<Long> PostgresDataType.CID
           
static PostgresDataType<Date> PostgresDataType.DATE
           
static PostgresDataType<BigDecimal> PostgresDataType.DECIMAL
           
static PostgresDataType<Double> PostgresDataType.DOUBLEPRECISION
           
static PostgresDataType<Float> PostgresDataType.FLOAT4
           
static PostgresDataType<Double> PostgresDataType.FLOAT8
           
static PostgresDataType<Integer> PostgresDataType.INT
           
static PostgresDataType<Short> PostgresDataType.INT2
           
static PostgresDataType<Integer> PostgresDataType.INT4
           
static PostgresDataType<Long> PostgresDataType.INT8
           
static PostgresDataType<Integer> PostgresDataType.INTEGER
           
static PostgresDataType<DayToSecond> PostgresDataType.INTERVALDAYTOSECOND
           
static PostgresDataType<YearToMonth> PostgresDataType.INTERVALYEARTOMONTH
           
static PostgresDataType<BigDecimal> PostgresDataType.MONEY
           
static PostgresDataType<String> PostgresDataType.NAME
           
static PostgresDataType<BigDecimal> PostgresDataType.NUMERIC
           
static PostgresDataType<Long> PostgresDataType.OID
           
static PostgresDataType<Long> PostgresDataType.OIDVECTOR
           
static PostgresDataType<Float> PostgresDataType.REAL
           
static PostgresDataType<Result<Record>> PostgresDataType.REFCURSOR
           
static PostgresDataType<String> PostgresDataType.REGPROC
           
static PostgresDataType<Integer> PostgresDataType.SERIAL
           
static PostgresDataType<Integer> PostgresDataType.SERIAL4
           
static PostgresDataType<Long> PostgresDataType.SERIAL8
           
static PostgresDataType<Short> PostgresDataType.SMALLINT
           
static PostgresDataType<String> PostgresDataType.TEXT
           
static PostgresDataType<Long> PostgresDataType.TID
           
static PostgresDataType<Time> PostgresDataType.TIME
           
static PostgresDataType<Timestamp> PostgresDataType.TIMESTAMP
           
static PostgresDataType<Timestamp> PostgresDataType.TIMESTAMPTZ
           
static PostgresDataType<Timestamp> PostgresDataType.TIMESTAMPWITHOUTTIMEZONE
           
static PostgresDataType<Timestamp> PostgresDataType.TIMESTAMPWITHTIMEZONE
           
static PostgresDataType<Time> PostgresDataType.TIMETZ
           
static PostgresDataType<Time> PostgresDataType.TIMEWITHOUTTIMEZONE
           
static PostgresDataType<Time> PostgresDataType.TIMEWITHTIMEZONE
           
static PostgresDataType<String> PostgresDataType.VARBIT
           
static PostgresDataType<String> PostgresDataType.VARCHAR
           
static PostgresDataType<Long> PostgresDataType.XID
           
 



Copyright © 2012. All Rights Reserved.