Uses of Class
org.h2.value.DataType
Packages that use DataType
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Data type and value implementations.
-
Uses of DataType in org.h2.engine
Fields in org.h2.engine with type parameters of type DataTypeModifier and TypeFieldDescriptionMode.typeByNameMapCustom mappings from type names to data types. -
Uses of DataType in org.h2.value
Methods in org.h2.value that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeDataType.createDate(int maxPrecision, int precision, String prefix, boolean supportsScale, int scale, int maxScale) Create a date-time data type.static DataTypeDataType.createNumeric(int precision, int scale) Create a numeric data type without parameters.static DataTypeDataType.getDataType(int type) Get the data type object for the given value type.static DataTypeDataType.getTypeByName(String s, Mode mode) Get a data type object from a type name.