Class PrimaryKeyIdentifier
- java.lang.Object
-
- org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
-
- org.datanucleus.store.rdbms.identifier.PrimaryKeyIdentifier
-
- All Implemented Interfaces:
DatastoreIdentifier
class PrimaryKeyIdentifier extends DatastoreIdentifierImpl
Identifier for a PK.
-
-
Field Summary
-
Fields inherited from class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
catalogName, dba, factory, name, schemaName
-
-
Constructor Summary
Constructors Constructor Description PrimaryKeyIdentifier(IdentifierFactory factory, java.lang.String sqlIdentifier)
Constructor for a column identifier
-
Method Summary
-
Methods inherited from class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
equals, getCatalogName, getFullyQualifiedName, getName, getSchemaName, hashCode, setCatalogName, setSchemaName, toCase, toString
-
-
-
-
Constructor Detail
-
PrimaryKeyIdentifier
public PrimaryKeyIdentifier(IdentifierFactory factory, java.lang.String sqlIdentifier)
Constructor for a column identifier- Parameters:
factory
- Identifier factorysqlIdentifier
- the sql identifier
-
-