Uses of Class
org.h2.value.ExtTypeInfo
Packages that use ExtTypeInfo
-
Uses of ExtTypeInfo in org.h2.value
Subclasses of ExtTypeInfo in org.h2.valueModifier and TypeClassDescriptionfinal class
Extended parameters of the ENUM data type.final class
Extended parameters of the GEOMETRY data type.final class
Extended parameters of the NUMERIC data type.final class
Extended parameters of the ROW data type.class
Data type with parameters.Fields in org.h2.value declared as ExtTypeInfoMethods in org.h2.value that return ExtTypeInfoModifier and TypeMethodDescriptionTypeInfo.getExtTypeInfo()
Returns the extended type information, or null.private ExtTypeInfo
Transfer.readTypeInfoEnum()
private ExtTypeInfo
Transfer.readTypeInfoGeometry()
private ExtTypeInfo
Transfer.readTypeInfoRow()
Methods in org.h2.value with parameters of type ExtTypeInfoModifier and TypeMethodDescriptionstatic TypeInfo
TypeInfo.getTypeInfo
(int type, long precision, int scale, ExtTypeInfo extTypeInfo) Get the data type with parameters object for the given value type and the specified parameters.Constructors in org.h2.value with parameters of type ExtTypeInfoModifierConstructorDescriptionTypeInfo
(int valueType, long precision, int scale, ExtTypeInfo extTypeInfo) Creates new instance of data type with parameters.