Package | Description |
---|---|
org.h2.api |
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
org.h2.value |
Data type and value implementations.
|
Modifier and Type | Method and Description |
---|---|
DataType |
CustomDataTypesHandler.getDataTypeById(int type)
Get custom data type given its integer id
|
DataType |
CustomDataTypesHandler.getDataTypeByName(String name)
Get custom data type given its name
|
Modifier and Type | Field and Description |
---|---|
HashMap<String,DataType> |
Mode.typeByNameMap
Custom mappings from type names to data types.
|
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.getDataType(int type)
Get the data type object for the given value type.
|
static DataType |
DataType.getTypeByName(String s,
Mode mode)
Get a data type object from a type name.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<DataType> |
DataType.getTypes()
Get the list of data types.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.