Uses of Class
org.riverock.dbrevision.annotation.schema.db.DbPrimaryKey

Packages that use DbPrimaryKey
org.riverock.dbrevision.annotation.schema.db   
org.riverock.dbrevision.db   
 

Uses of DbPrimaryKey in org.riverock.dbrevision.annotation.schema.db
 

Fields in org.riverock.dbrevision.annotation.schema.db declared as DbPrimaryKey
protected  DbPrimaryKey DbTable.primaryKey
           
 

Methods in org.riverock.dbrevision.annotation.schema.db that return DbPrimaryKey
 DbPrimaryKey ObjectFactory.createDbPrimaryKey()
          Create an instance of DbPrimaryKey
 DbPrimaryKey DbTable.getPrimaryKey()
          Gets the value of the primaryKey property.
 

Methods in org.riverock.dbrevision.annotation.schema.db with parameters of type DbPrimaryKey
 void DbTable.setPrimaryKey(DbPrimaryKey value)
          Sets the value of the primaryKey property.
 

Uses of DbPrimaryKey in org.riverock.dbrevision.db
 

Methods in org.riverock.dbrevision.db that return DbPrimaryKey
static DbPrimaryKey DatabaseStructureManager.cloneDescriptionPK(DbPrimaryKey srcPk)
           
static DbPrimaryKey DatabaseStructureManager.getPrimaryKey(Database adapter, String schemaPattern, String tablePattern)
           
 

Methods in org.riverock.dbrevision.db with parameters of type DbPrimaryKey
static void DatabaseManager.addPrimaryKey(Database db_, DbTable table, DbPrimaryKey pk)
           
static DbPrimaryKey DatabaseStructureManager.cloneDescriptionPK(DbPrimaryKey srcPk)
           
 



Copyright © 2008 Riverock community. All Rights Reserved.