Class FirebirdTypeInfo
java.lang.Object
org.datanucleus.store.rdbms.schema.SQLTypeInfo
org.datanucleus.store.rdbms.adapter.FirebirdTypeInfo
- All Implemented Interfaces:
org.datanucleus.store.schema.StoreSchemaData
SQL Type info for Firebird datastores.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The maximum precision we allow for DECIMAL.Fields inherited from class org.datanucleus.store.rdbms.schema.SQLTypeInfo
allowsPrecisionSpec, autoIncrement, caseSensitive, createParams, dataType, fixedPrecScale, fromJdbcDriver, literalPrefix, literalSuffix, localTypeName, maximumScale, minimumScale, nullable, numPrecRadix, precision, searchable, typeName, unsignedAttribute
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a type information object from the current row of the given result set. -
Method Summary
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, toString
-
Field Details
-
MAX_PRECISION_DECIMAL
public static final int MAX_PRECISION_DECIMALThe maximum precision we allow for DECIMAL.- See Also:
-
-
Constructor Details
-
FirebirdTypeInfo
Constructs a type information object from the current row of the given result set.- Parameters:
rs
- The result set returned from DatabaseMetaData.getTypeInfo().
-