|
||||||||||
| 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.DerbyTypeInfo
public class DerbyTypeInfo
SQL Type info for Derby 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 | |
|---|---|
DerbyTypeInfo(java.sql.ResultSet rs)
Constructs 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DerbyTypeInfo(java.sql.ResultSet rs)
rs - The result set returned from DatabaseMetaData.getTypeInfo().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||