public class InformixTypeInfo extends SQLTypeInfo
allowsPrecisionSpec, autoIncrement, caseSensitive, createParams, dataType, fixedPrecScale, literalPrefix, literalSuffix, localTypeName, maximumScale, minimumScale, nullable, numPrecRadix, precision, searchable, typeName, unsignedAttribute| Constructor and Description | 
|---|
| InformixTypeInfo(ResultSet rs)Constructs a type information object from the current row of the given result set. | 
addProperty, equals, getCreateParams, getDataType, getLiteralPrefix, getLiteralSuffix, getLocalTypeName, getMaximumScale, getMinimumScale, getNullable, getNumPrecRadix, getPrecision, getProperty, getSearchable, getTypeName, hashCode, isAllowsPrecisionSpec, isAutoIncrement, isCaseSensitive, isCompatibleWith, isFixedPrecScale, isUnsignedAttribute, setAllowsPrecisionSpec, setLocalTypeName, setTypeName, toString, toStringpublic InformixTypeInfo(ResultSet rs)
rs - The result set returned from DatabaseMetaData.getTypeInfo().Copyright © 2020. All rights reserved.