|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.interfaceware.chameleon.DataType
public class DataType
This class handles data type constants. It's effectively an enumeration of the four basic data types supported in Chameleon tables.
| Field Summary | |
|---|---|
static byte |
DateType
Date Time type. |
static byte |
DoubleType
Double type. |
static byte |
IntegerType
Integer type. |
static byte |
StringType
String type. |
| Constructor Summary | |
|---|---|
DataType()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte StringType
public static final byte IntegerType
public static final byte DoubleType
public static final byte DateType
| Constructor Detail |
|---|
public DataType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||