|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.triactive.jdo.store.adapter.DatabaseAdapter
com.triactive.jdo.store.adapter.PointBaseAdapter
public class PointBaseAdapter
Provides methods for adapting SQL language elements to the PointBase database.
Currently this adapter is just an untested placeholder.
| Field Summary |
|---|
| Fields inherited from class com.triactive.jdo.store.adapter.DatabaseAdapter |
|---|
dbid, identifierQuoteString, keywords, maxCatalogNameLength, maxColumnNameLength, maxConstraintNameLength, maxCorrelationNameLength, maxIndexNameLength, maxSchemaNameLength, maxTableNameLength, storesLowerCaseIdentifiers, storesUpperCaseIdentifiers, supportsCorrelatedSubqueries, supportsGroupByUnrelated, supportsOrderByUnrelated, supportsSubqueriesInExists, supportsSubqueriesInIns, typeMappings, types |
| Constructor Summary | |
|---|---|
PointBaseAdapter()
|
|
| Method Summary | |
|---|---|
int |
getUnlimitedLengthPrecisionValue(TypeInfo typeInfo)
Returns the precision value to be used when creating string columns of "unlimited" length. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PointBaseAdapter()
| Method Detail |
|---|
public int getUnlimitedLengthPrecisionValue(TypeInfo typeInfo)
DatabaseAdapterTypeInfo.precision). However, for some
types in some databases the value must be computed specially.
getUnlimitedLengthPrecisionValue in class DatabaseAdaptertypeInfo - the typeInfo object for which the precision value is
needed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||