|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface enumColumnType
Indicates the type of column used in a data definition.
| Field Summary | |
|---|---|
static int |
colBOOLEAN
Boolean column type. |
static int |
colDATE
OLE date column type. |
static int |
colDOUBLE
Double column type. |
static int |
colGEOMETRYPOINT
ESRI geometry point column type. |
static int |
colGEOMETRYPOLYGON
ESRI geometry polygon column type. |
static int |
colGEOMETRYPOLYLINE
ESRI geometry polyline column type. |
static int |
colINTEGER
Integer column type. |
static int |
colOBJECT
Column type is a COM Object that supports IPersist stream. |
static int |
colSTRING
String column type with unlimited characters. |
static int |
colSTRING256
String column type with only 256 characters. |
static int |
colSTRING512
String column type with only 512 characters. |
static int |
colSTRING64
String column type with only 64 characters. |
static int |
colTIMESTAMP
Time value column type. |
| Field Detail |
|---|
static final int colINTEGER
static final int colDOUBLE
static final int colDATE
static final int colTIMESTAMP
static final int colSTRING
static final int colSTRING64
static final int colSTRING256
static final int colSTRING512
static final int colBOOLEAN
static final int colOBJECT
static final int colGEOMETRYPOINT
static final int colGEOMETRYPOLYLINE
static final int colGEOMETRYPOLYGON
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||