Class CandidateKeyIdentifier
java.lang.Object
org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
org.datanucleus.store.rdbms.identifier.CandidateKeyIdentifier
- All Implemented Interfaces:
DatastoreIdentifier
Identifier for a unique index (candidate keys).
-
Field Summary
Fields inherited from class org.datanucleus.store.rdbms.identifier.DatastoreIdentifierImpl
catalogName, dba, factory, name, schemaName
-
Constructor Summary
ConstructorsConstructorDescriptionCandidateKeyIdentifier
(IdentifierFactory factory, 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 Details
-
CandidateKeyIdentifier
Constructor for a column identifier- Parameters:
factory
- Identifier factorysqlIdentifier
- the sql identifier
-