org.datanucleus.store.rdbms.schema
Class DB2TypeInfo
java.lang.Object
org.datanucleus.store.rdbms.schema.SQLTypeInfo
org.datanucleus.store.rdbms.schema.DB2TypeInfo
- All Implemented Interfaces:
- org.datanucleus.store.schema.StoreSchemaData
public class DB2TypeInfo
- extends SQLTypeInfo
SQL Type info for DB2 datastores.
|
Field Summary |
static int |
DATALINK
sql type DATALINK |
| 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 |
DB2TypeInfo(ResultSet rs)
Constructs a type information object from the current row of the given result set. |
DB2TypeInfo(String typeName,
short dataType,
int precision,
String literalPrefix,
String literalSuffix,
String createParams,
int nullable,
boolean caseSensitive,
short searchable,
boolean unsignedAttribute,
boolean fixedPrecScale,
boolean autoIncrement,
String localTypeName,
short minimumScale,
short maximumScale,
int numPrecRadix)
|
| 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 |
DATALINK
public static final int DATALINK
- sql type DATALINK
- See Also:
- Constant Field Values
DB2TypeInfo
public DB2TypeInfo(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().
DB2TypeInfo
public DB2TypeInfo(String typeName,
short dataType,
int precision,
String literalPrefix,
String literalSuffix,
String createParams,
int nullable,
boolean caseSensitive,
short searchable,
boolean unsignedAttribute,
boolean fixedPrecScale,
boolean autoIncrement,
String localTypeName,
short minimumScale,
short maximumScale,
int numPrecRadix)
Copyright © 2012. All Rights Reserved.