|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrimaryKey | |
|---|---|
| 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.request | Provides the mechanism of communicating with the database using JDBC. |
| org.datanucleus.store.rdbms.table | Provides the internal DataNucleus definition of a table/view and its columns. |
| Uses of PrimaryKey in org.datanucleus.store.rdbms.adapter |
|---|
| Methods in org.datanucleus.store.rdbms.adapter with parameters of type PrimaryKey | |
|---|---|
String |
H2Adapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
HSQL 1.7.0 does not support ALTER TABLE to define a primary key |
String |
InformixAdapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
Informix 11.x does not support ALTER TABLE to define a primary key |
String |
RDBMSAdapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
Returns the appropriate SQL to add a primary key to its table. |
String |
MySQLAdapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
MySQL, when using AUTO_INCREMENT, requires the primary key specified in the CREATE TABLE, so we do nothing here. |
String |
HSQLAdapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
HSQL 1.7.0 does not support ALTER TABLE to define a primary key |
String |
SAPDBAdapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
|
String |
PostgreSQLAdapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
PostgreSQL allows specification of PRIMARY KEY in the CREATE TABLE, so we need nothing here. |
String |
SQLiteAdapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
|
String |
DatabaseAdapter.getAddPrimaryKeyStatement(PrimaryKey pk,
org.datanucleus.store.mapped.IdentifierFactory factory)
Returns the appropriate SQL to add a primary key to its table. |
| Uses of PrimaryKey in org.datanucleus.store.rdbms.request |
|---|
| Fields in org.datanucleus.store.rdbms.request declared as PrimaryKey | |
|---|---|
protected PrimaryKey |
BulkRequest.key
|
protected PrimaryKey |
Request.key
|
| Uses of PrimaryKey in org.datanucleus.store.rdbms.table |
|---|
| Methods in org.datanucleus.store.rdbms.table that return PrimaryKey | |
|---|---|
PrimaryKey |
SecondaryTable.getPrimaryKey()
Accessor for the primary key for this table. |
PrimaryKey |
TableImpl.getPrimaryKey()
Accessor for the primary key for this table. |
PrimaryKey |
JoinTable.getPrimaryKey()
Accessor for the primary key for this table. |
PrimaryKey |
ClassTable.getPrimaryKey()
Accessor for the primary key for this table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||