Enum FieldType (gb.db2)
Enum FieldType Is Blob, Boolean, Date, Float, Integer, Long, Serial, String
|
Constant
|
Description
|
|
Blob
|
This constant represents a blob field datatype.
|
|
Boolean
|
Represents a Boolean field datatype.
|
|
Date
|
This constant represents a Date field datatype.
|
|
Float
|
This constant represents a Float field datatype.
|
|
Integer
|
This constant represents an Integer field datatype.
|
|
Long
|
This constant represents a Long field datatype.
|
|
Serial
|
This constant represents a Serial field datatype.
|
|
String
|
This constant represents a String field datatype.
|