Uses of Class
org.apache.empire.db.DBIndex

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

Uses of DBIndex in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBIndex
 DBIndex DBTable.getPrimaryKey()
          Returns the primary key.
 

Methods in org.apache.empire.db that return types with arguments of type DBIndex
 java.util.List<DBIndex> DBTable.getIndexes()
          Returns the list of indexes (except the primary key).