org.mentabean
Class DBTypes

java.lang.Object
  extended by org.mentabean.DBTypes

public class DBTypes
extends Object


Field Summary
static AutoIncrementType AUTOINCREMENT
           
static AutoTimestampType AUTOTIMESTAMP
           
static BigDecimalType BIGDECIMAL
           
static BooleanIntType BOOLEANINT
           
static BooleanStringType BOOLEANSTRING
           
static DateType DATE
           
static DoubleType DOUBLE
           
static FloatType FLOAT
           
static IntegerType INTEGER
           
static LongType LONG
           
static SequenceType SEQUENCE
           
static StringType STRING
           
static TimeType TIME
           
static TimestampType TIMESTAMP
           
 
Constructor Summary
DBTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

BOOLEANSTRING

public static BooleanStringType BOOLEANSTRING

BOOLEANINT

public static BooleanIntType BOOLEANINT

BIGDECIMAL

public static BigDecimalType BIGDECIMAL
Constructor Detail

DBTypes

public DBTypes()


Copyright © 2011. All Rights Reserved.