org.mentabean
Class DBTypes
java.lang.Object
org.mentabean.DBTypes
public class DBTypes
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING
public static StringType STRING
INTEGER
public static IntegerType INTEGER
DATE
public static DateType DATE
SEQUENCE
public static SequenceType SEQUENCE
AUTOINCREMENT
public static AutoIncrementType AUTOINCREMENT
AUTOTIMESTAMP
public static AutoTimestampType AUTOTIMESTAMP
LONG
public static LongType LONG
DOUBLE
public static DoubleType DOUBLE
TIME
public static TimeType TIME
TIMESTAMP
public static TimestampType TIMESTAMP
FLOAT
public static FloatType FLOAT
BOOLEAN
public static BooleanType BOOLEAN
BOOLEANSTRING
public static BooleanStringType BOOLEANSTRING
BOOLEANINT
public static BooleanIntType BOOLEANINT
BIGDECIMAL
public static BigDecimalType BIGDECIMAL
NOW_ON_UPDATE_TIMESTAMP
public static NowOnUpdateTimestampType NOW_ON_UPDATE_TIMESTAMP
NOW_ON_INSERT_TIMESTAMP
public static NowOnInsertTimestampType NOW_ON_INSERT_TIMESTAMP
NOW_ON_BOTH_TIMESTAMP
public static NowOnInsertAndUpdateTimestampType NOW_ON_BOTH_TIMESTAMP
ENUMVALUE
public static EnumValueTypeFactory ENUMVALUE
ENUMID
public static EnumIdTypeFactory ENUMID
BYTE_ARRAY
public static ByteArrayType BYTE_ARRAY
GENERIC
public static GenericType GENERIC
DBTypes
public DBTypes()
from
public static DBType<?> from(Class<? extends Object> klass)
Copyright © 2013. All Rights Reserved.