H2Type
Data types of H2.
Methods |
static H2Type |
array(H2Type componentType)
Returns ARRAY data type with the specified component type.
|
static H2Type |
array(H2Type componentType)
Returns ARRAY data type with the specified component type.
Parameters:
componentType - the type of elements
Returns:
ARRAY data type
|
static H2Type |
row(H2Type... fieldTypes)
Returns ROW data type with specified types of fields and default names.
|
static H2Type |
row(H2Type... fieldTypes)
Returns ROW data type with specified types of fields and default names.
Parameters:
fieldTypes - the type of fields
Returns:
ROW data type
|
String |
getName()
|
String |
getName()
|
String |
getVendor()
|
String |
getVendor()
|
Integer |
getVendorTypeNumber()
Returns the vendor specific type number for the data type.
|
Integer |
getVendorTypeNumber()
Returns the vendor specific type number for the data type. The returned
value is actual only for the current version of H2.
Returns:
the vendor specific data type
|
String |
toString()
|
String |
toString()
|
|