Uses of Interface
org.eclipse.net4j.db.ddl.IDBIndex

Packages that use IDBIndex
org.eclipse.net4j.db.ddl The Net4j DB framework concepts for the abstraction of the SQL data definition language. 
org.eclipse.net4j.spi.db Server service provider interfaces and useful base implementations for the Net4j DB framework. 
 

Uses of IDBIndex in org.eclipse.net4j.db.ddl
 

Methods in org.eclipse.net4j.db.ddl that return IDBIndex
 IDBIndex IDBTable.addIndex(IDBIndex.Type type, IDBField... fields)
           
 IDBIndex[] IDBTable.getIndices()
           
 IDBIndex IDBTable.getPrimaryKeyIndex()
           
 

Uses of IDBIndex in org.eclipse.net4j.spi.db
 

Methods in org.eclipse.net4j.spi.db with parameters of type IDBIndex
protected  void DBAdapter.createIndex(IDBIndex index, Statement statement, int num)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.