public class PostgresDataType<T> extends AbstractDataType<T>
SQLDialect.POSTGRES
dialectModifier and Type | Method and Description |
---|---|
static <T> DataType<T> |
getDataType(Class<? extends T> type) |
static DataType<Object> |
getDefaultDataType(String typeName) |
asArrayDataType, asConvertedDataType, asEnumDataType, asMasterDataType, convert, convert, convert, equals, getArrayDataType, getArrayType, getCastTypeName, getCastTypeName, getCastTypeName, getCastTypeName, getDataType, getDataType, getDataType, getDefaultDataType, getDialect, getSQLDataType, getSQLType, getType, getType, getTypeName, getTypeName, hashCode, isArray, isBinary, isDateTime, isInterval, isLob, isNumeric, isString, isTemporal, toString
public static final PostgresDataType<Short> SMALLINT
public static final PostgresDataType<Short> INT2
public static final PostgresDataType<Integer> INT
public static final PostgresDataType<Integer> INTEGER
public static final PostgresDataType<Integer> INT4
public static final PostgresDataType<Long> BIGINT
public static final PostgresDataType<Long> INT8
public static final PostgresDataType<Double> DOUBLEPRECISION
public static final PostgresDataType<Double> FLOAT8
public static final PostgresDataType<Float> REAL
public static final PostgresDataType<Float> FLOAT4
public static final PostgresDataType<Boolean> BOOLEAN
public static final PostgresDataType<Boolean> BOOL
public static final PostgresDataType<BigDecimal> NUMERIC
public static final PostgresDataType<BigDecimal> DECIMAL
public static final PostgresDataType<String> VARCHAR
public static final PostgresDataType<String> CHARACTERVARYING
public static final PostgresDataType<String> CHAR
public static final PostgresDataType<String> CHARACTER
public static final PostgresDataType<String> TEXT
public static final PostgresDataType<Date> DATE
public static final PostgresDataType<Time> TIME
public static final PostgresDataType<Timestamp> TIMESTAMP
public static final PostgresDataType<byte[]> BYTEA
public static final PostgresDataType<YearToMonth> INTERVALYEARTOMONTH
public static final PostgresDataType<DayToSecond> INTERVALDAYTOSECOND
protected static final PostgresDataType<byte[]> __BINARY
protected static final PostgresDataType<Boolean> __BIT
protected static final PostgresDataType<byte[]> __LONGVARBINARY
protected static final PostgresDataType<String> __LONGVARCHAR
protected static final PostgresDataType<String> __NCHAR
protected static final PostgresDataType<String> __NCLOB
protected static final PostgresDataType<String> __LONGNVARCHAR
protected static final PostgresDataType<String> __NVARCHAR
protected static final PostgresDataType<Byte> __TINYINT
protected static final PostgresDataType<byte[]> __VARBINARY
protected static final PostgresDataType<BigInteger> __BIGINTEGER
public static final PostgresDataType<Integer> SERIAL
public static final PostgresDataType<Integer> SERIAL4
public static final PostgresDataType<Long> BIGSERIAL
public static final PostgresDataType<Long> SERIAL8
public static final PostgresDataType<BigDecimal> MONEY
public static final PostgresDataType<String> BITVARYING
public static final PostgresDataType<String> VARBIT
public static final PostgresDataType<String> BIT
public static final PostgresDataType<String> BPCHAR
public static final PostgresDataType<Time> TIMEWITHOUTTIMEZONE
public static final PostgresDataType<Time> TIMEWITHTIMEZONE
public static final PostgresDataType<Time> TIMETZ
public static final PostgresDataType<Timestamp> TIMESTAMPWITHOUTTIMEZONE
public static final PostgresDataType<Timestamp> TIMESTAMPWITHTIMEZONE
public static final PostgresDataType<Timestamp> TIMESTAMPTZ
public static final PostgresDataType<Result<Record>> REFCURSOR
public static final PostgresDataType<Object> ANY
public static final PostgresDataType<Long> OID
public static final PostgresDataType<Long> OIDVECTOR
public static final PostgresDataType<Long> XID
public static final PostgresDataType<Long> TID
public static final PostgresDataType<Long> CID
public static final PostgresDataType<String> ACLITEM
public static final PostgresDataType<String> NAME
public static final PostgresDataType<String> REGPROC
Copyright © 2013. All Rights Reserved.