Package | Description |
---|---|
org.datanucleus.store.rdbms.adapter |
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
Modifier and Type | Method and Description |
---|---|
String |
MSSQLServerAdapter.getCreateIndexStatement(Index idx,
IdentifierFactory factory)
Returns the appropriate DDL to create an index.
|
String |
PostgreSQLAdapter.getCreateIndexStatement(Index idx,
IdentifierFactory factory)
Returns the appropriate DDL to create an index.
|
String |
DatastoreAdapter.getCreateIndexStatement(Index idx,
IdentifierFactory factory)
Returns the appropriate SQL to add an index to its table.
|
String |
NuoDBAdapter.getCreateIndexStatement(Index idx,
IdentifierFactory factory)
Returns the appropriate DDL to create an index.
|
String |
BaseDatastoreAdapter.getCreateIndexStatement(Index idx,
IdentifierFactory factory)
Returns the appropriate DDL to create an index.
|
Modifier and Type | Method and Description |
---|---|
static Index |
TableUtils.getIndexForField(Table table,
org.datanucleus.metadata.IndexMetaData imd,
JavaTypeMapping fieldMapping)
Convenience method to create an Index for a field.
|
Modifier and Type | Method and Description |
---|---|
protected Set<Index> |
ClassTable.getExpectedIndices(org.datanucleus.ClassLoaderResolver clr)
Accessor for the indices for this table.
|
protected Set<Index> |
TableImpl.getExpectedIndices(org.datanucleus.ClassLoaderResolver clr)
Accessor for the indices for this table in the datastore.
|
Copyright © 2017. All rights reserved.