Uses of Class
org.apache.empire.db.DBRelation.DBReference

Packages that use DBRelation.DBReference
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
 

Uses of DBRelation.DBReference in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBRelation.DBReference
 DBRelation.DBReference[] DBRelation.getReferences()
          Returns the references.
 DBRelation.DBReference DBTableColumn.referenceOn(DBTableColumn target)
          Creates a foreign key relation for this column.
 

Methods in org.apache.empire.db with parameters of type DBRelation.DBReference
 boolean DBDatabase.addRelation(DBRelation.DBReference reference)
          Adds a foreign key relation to the database.
 boolean DBDatabase.addRelation(DBRelation.DBReference ref1, DBRelation.DBReference ref2)
          Add a foreign key relation to the database.
 boolean DBDatabase.addRelation(java.lang.String name, DBRelation.DBReference[] references)
          Adds a foreign key relation to the database.
protected  boolean DBRowSet.deleteReferenceRecords(DBRelation.DBReference[] refs, java.lang.Object[] parentKey, java.sql.Connection conn)
          Deletes all records which are referenced by a particular relation.
 

Constructors in org.apache.empire.db with parameters of type DBRelation.DBReference
DBRelation(DBDatabase db, java.lang.String name, DBRelation.DBReference[] references)
          Creates a DBRelation object for a foreing key relation.
 



Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.