| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExtTypeInfoEnum
Extended parameters of the ENUM data type.
|
class |
ExtTypeInfoGeometry
Extended parameters of the GEOMETRY data type.
|
class |
ExtTypeInfoNumeric
Extended parameters of the NUMERIC data type.
|
class |
ExtTypeInfoRow
Extended parameters of the ROW data type.
|
class |
TypeInfo
Data type with parameters.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExtTypeInfo |
TypeInfo.getExtTypeInfo()
Returns the extended type information, or null.
|
ExtTypeInfo |
TypeInfo.getExtTypeInfo()
Returns the extended type information, or null.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static 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.
|
static 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.
|
| 构造器和说明 |
|---|
TypeInfo(int valueType,
long precision,
int scale,
ExtTypeInfo extTypeInfo)
Creates new instance of data type with parameters.
|
TypeInfo(int valueType,
long precision,
int scale,
ExtTypeInfo extTypeInfo)
Creates new instance of data type with parameters.
|
Copyright © 2022. All rights reserved.