public class NaturalPkIdentity extends IdentityModel
IdentityModel implementation for tables which have a natural key as primary key.logger| Constructor and Description |
|---|
NaturalPkIdentity(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
org.databene.commons.iterator.TabularIterator |
createNkPkIterator(Connection connection,
String dbId,
KeyMapper mapper,
Database database) |
String |
getDescription() |
addIrrelevantColumn, equals, extractNK, extractPK, getName, getTableName, handleMissingOwner, handleNKNotFound, handleNonEquivalence, hashCode, query, toStringpublic NaturalPkIdentity(String tableName)
public org.databene.commons.iterator.TabularIterator createNkPkIterator(Connection connection, String dbId, KeyMapper mapper, Database database)
createNkPkIterator in class IdentityModelpublic String getDescription()
getDescription in class IdentityModelCopyright © 2006–2014 Volker Bergmann. All rights reserved.