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
 

Fields in org.apache.empire.db declared as DBIndex
protected  DBIndex DBRowSet.primaryKey
           
 

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
 List<DBIndex> DBTable.getIndexes()
          Returns the list of indexes (except the primary key).
 

Methods in org.apache.empire.db with parameters of type DBIndex
protected  void DBDDLGenerator.addCreateIndexStmt(DBIndex index, StringBuilder sql, DBSQLScript script)
           
protected  void DBDDLGenerator.createTableIndexes(DBTable t, DBIndex pk, DBSQLScript script)
          Appends the DDL-Script for creating all indexes of table (except the primary key) to an SQL-Script
 



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