JavaScript is disabled on your browser.
Description
Enum Constant Summary
Method Summary
Enum Constant Details
SQL_EXCLUDE
SQL_TEXT
SQL_INTEGER
SQL_BOOLEAN
SQL_LONG
SQL_DATE
SQL_SHORT
SQL_FLOAT
SQL_BLOB
SQL_DOUBLE
Method Details
values()
valueOf(String)
getValue(Row, int, PropertyBase)
asUpdateInsertValue(Object, Property)
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , equals , getDeclaringClass , getEnumValues , hashCode , name , ordinal , setEnumValues , toString , valueOf
final int
Compares this object to the specified object to determine their relative
order.
final boolean
Indicates whether some other object is "equal to" this one.
protected static final <T> T[]
final int
Returns a hash code value for the object.
final int
protected static final void
Returns a string representation of the object.
static <T extends Enum <T>> T
Methods inherited from class Object
getClass , notify , notifyAll , wait , wait , wait
Returns the runtime class of an object.
final void
Wakes up a single thread that is waiting on this object's monitor.
final void
Wakes up all threads that are waiting on this object's monitor.
final void
Causes current thread to wait until another thread invokes the
method or the
method for this object.
final void
Causes current thread to wait until either another thread invokes the
method or the
method for this object, or a specified amount of time has elapsed.
final void
wait (long timeout,
int nanos)
Causes current thread to wait until another thread invokes the
method or the
method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.