public class H2TypeInfo extends SQLTypeInfo
allowsPrecisionSpec, autoIncrement, caseSensitive, createParams, dataType, fixedPrecScale, literalPrefix, literalSuffix, localTypeName, maximumScale, minimumScale, nullable, numPrecRadix, precision, searchable, typeName, unsignedAttribute
Constructor and Description |
---|
H2TypeInfo(ResultSet rs)
Constructs a type information object from the current row of the given result set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWith(RDBMSColumnInfo colInfo)
Utility to check the compatibility of this type with the supplied Column
type.
|
addProperty, equals, getCreateParams, getDataType, getLiteralPrefix, getLiteralSuffix, getLocalTypeName, getMaximumScale, getMinimumScale, getNullable, getNumPrecRadix, getPrecision, getProperty, getSearchable, getTypeName, hashCode, isAllowsPrecisionSpec, isAutoIncrement, isCaseSensitive, isFixedPrecScale, isUnsignedAttribute, setAllowsPrecisionSpec, setLocalTypeName, setTypeName, toString
public H2TypeInfo(ResultSet rs)
rs
- The result set returned from DatabaseMetaData.getTypeInfo().public boolean isCompatibleWith(RDBMSColumnInfo colInfo)
isCompatibleWith
in class SQLTypeInfo
colInfo
- The Column typeCopyright © 2023. All rights reserved.