org.datanucleus.store.rdbms.schema
Class MySQLTypeInfo
java.lang.Object
org.datanucleus.store.rdbms.schema.SQLTypeInfo
org.datanucleus.store.rdbms.schema.MySQLTypeInfo
- All Implemented Interfaces:
- org.datanucleus.store.schema.StoreSchemaData
public class MySQLTypeInfo
- extends SQLTypeInfo
SQL Type info for MySQL datastores.
| 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 |
MySQLTypeInfo(ResultSet rs)
|
MySQLTypeInfo(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, isFixedPrecScale, isUnsignedAttribute, setAllowsPrecisionSpec, setLocalTypeName, setTypeName, toString |
MySQLTypeInfo
public MySQLTypeInfo(ResultSet rs)
- Parameters:
rs -
MySQLTypeInfo
public MySQLTypeInfo(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)
isCompatibleWith
public boolean isCompatibleWith(RDBMSColumnInfo colInfo)
- Utility to check the compatibility of this type with the supplied Column type.
- Overrides:
isCompatibleWith in class SQLTypeInfo
- Parameters:
colInfo - The Column type
- Returns:
- Whether they are compatible
Copyright © 2012. All Rights Reserved.