|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.org.ogsadai.tuple.TupleTypes
public class TupleTypes
TupleTypes consists of declaration of constant values which describe the types of ODTuple objects.
| Field Summary | |
|---|---|
static int |
_BIGDECIMAL
Constant reprsenting the type of a BigDecimal. |
static int |
_BOOLEAN
Constant reprsenting the type of a boolean. |
static int |
_BYTEARRAY
Constant representing the type of a bytearray. |
static int |
_CHAR
Constant reprsenting the type of a char. |
static int |
_DATE
Constant reprsenting the type of a date. |
static int |
_DOUBLE
Constant reprsenting the type of a double. |
static int |
_FILE
Constant reprsenting the type of a file. |
static int |
_FLOAT
Constant reprsenting the type of a float. |
static int |
_INT
Constant reprsenting the type of an integer. |
static int |
_LONG
Constant reprsenting the type of a long. |
static int |
_OBJECT
Constant reprsenting the type of a generic object. |
static int |
_ODBLOB
Constant reprsenting the type of a Blob object. |
static int |
_ODCLOB
Constant reprsenting the type of a Clob object. |
static int |
_ODNULL
Constant reprsenting the type of an Null object. |
static int |
_SHORT
Constant reprsenting the type of a short. |
static int |
_STRING
Constant reprsenting the type of a string. |
static int |
_TIME
Constant reprsenting the type of a time. |
static int |
_TIMESTAMP
Constant reprsenting the type of a timestamp. |
| Constructor Summary | |
|---|---|
TupleTypes()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getTypeName(int type)
|
static boolean |
isNumeric(int tupleType)
Returns whether the given tuple type is numeric. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int _OBJECT
public static final int _BOOLEAN
public static final int _FLOAT
public static final int _INT
public static final int _LONG
public static final int _STRING
public static final int _CHAR
public static final int _DOUBLE
public static final int _SHORT
public static final int _BYTEARRAY
Blob objects.
public static final int _FILE
public static final int _DATE
public static final int _TIME
public static final int _TIMESTAMP
public static final int _ODBLOB
public static final int _ODCLOB
public static final int _BIGDECIMAL
public static final int _ODNULL
| Constructor Detail |
|---|
public TupleTypes()
| Method Detail |
|---|
public static java.lang.String getTypeName(int type)
public static boolean isNumeric(int tupleType)
tupleType - the tuple type, one of the constants defined in
TupleTypes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||