|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.rdbms.schema.SQLTypeInfo
org.datanucleus.store.rdbms.schema.H2TypeInfo
public class H2TypeInfo
SQL Type info for H2 datastores.
| Field Summary |
|---|
| 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 | |
|---|---|
H2TypeInfo(java.sql.ResultSet rs)
Constructs a type information object from the current row of the given result set. |
|
| Method Summary | |
|---|---|
boolean |
isCompatibleWith(RDBMSColumnInfo colInfo)
Utility to check the compatibility of this type with the supplied Column type. |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public H2TypeInfo(java.sql.ResultSet rs)
rs - The result set returned from DatabaseMetaData.getTypeInfo().| Method Detail |
|---|
public boolean isCompatibleWith(RDBMSColumnInfo colInfo)
isCompatibleWith in class SQLTypeInfocolInfo - The Column type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||