Uses of Class
net.java.ao.schema.ddl.DDLIndex

Packages that use DDLIndex
net.java.ao   
net.java.ao.db   
net.java.ao.schema.ddl   
 

Uses of DDLIndex in net.java.ao
 

Methods in net.java.ao with parameters of type DDLIndex
protected  String DatabaseProvider.renderCreateIndex(DDLIndex index)
          Generates the database-specific DDL statement required to create a new index.
protected  String DatabaseProvider.renderDropIndex(DDLIndex index)
          Generates the database-specific DDL statement required to drop an index.
 

Uses of DDLIndex in net.java.ao.db
 

Methods in net.java.ao.db with parameters of type DDLIndex
protected  String MySQLDatabaseProvider.renderCreateIndex(DDLIndex index)
           
protected  String PostgreSQLDatabaseProvider.renderDropIndex(DDLIndex index)
           
protected  String HSQLDatabaseProvider.renderDropIndex(DDLIndex index)
           
 

Uses of DDLIndex in net.java.ao.schema.ddl
 

Methods in net.java.ao.schema.ddl that return DDLIndex
 DDLIndex DDLAction.getIndex()
           
 DDLIndex[] DDLTable.getIndexes()
           
 

Methods in net.java.ao.schema.ddl with parameters of type DDLIndex
 void DDLAction.setIndex(DDLIndex index)
           
 void DDLTable.setIndexes(DDLIndex[] indexes)
           
 



Copyright © 2007-2011. All Rights Reserved.