org.datanucleus.store.rdbms.schema
Class McKoiTypeInfo
java.lang.Object
org.datanucleus.store.rdbms.schema.SQLTypeInfo
org.datanucleus.store.rdbms.schema.McKoiTypeInfo
- All Implemented Interfaces:
- org.datanucleus.store.schema.StoreSchemaData
public class McKoiTypeInfo
- extends SQLTypeInfo
SQL Type info for McKoi datastores.
|
Field Summary |
static int |
MAX_PRECISION
The maximum precision we allow to be reported. |
| Fields inherited from class org.datanucleus.store.rdbms.schema.SQLTypeInfo |
allowsPrecisionSpec, autoIncrement, caseSensitive, createParams, dataType, fixedPrecScale, literalPrefix, literalSuffix, localTypeName, maximumScale, minimumScale, nullable, numPrecRadix, precision, searchable, typeName, unsignedAttribute |
|
Constructor Summary |
McKoiTypeInfo(ResultSet rs)
Constructs a type information object from the current row of the given result set. |
| Methods inherited from class org.datanucleus.store.rdbms.schema.SQLTypeInfo |
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 |
MAX_PRECISION
public static final int MAX_PRECISION
- The maximum precision we allow to be reported. McKoi supports up to 1 billion characters
- See Also:
- Constant Field Values
McKoiTypeInfo
public McKoiTypeInfo(ResultSet rs)
- Constructs a type information object from the current row of the given result set.
- Parameters:
rs - The result set returned from DatabaseMetaData.getTypeInfo().
Copyright © 2012. All Rights Reserved.