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

Packages that use IDBIndexField
org.eclipse.net4j.db.ddl The Net4j DB framework concepts for the abstraction of the SQL data definition language. 
org.eclipse.net4j.db.ddl.delta   
org.eclipse.net4j.spi.db.ddl Server service provider interfaces for the Net4j DB framework. 
 

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

Methods in org.eclipse.net4j.db.ddl that return IDBIndexField
 IDBIndexField IDBIndex.addIndexField(IDBField field)
           
 IDBIndexField IDBIndex.addIndexField(String name)
           
 IDBIndexField IDBIndex.getIndexField(int position)
           
 IDBIndexField IDBIndex.getIndexField(String name)
           
 IDBIndexField[] IDBIndex.getIndexFields()
           
 IDBIndexField IDBIndex.getIndexFieldSafe(String name)
           
 

Methods in org.eclipse.net4j.db.ddl with parameters of type IDBIndexField
 void IDBSchemaVisitor.visit(IDBIndexField indexField)
           
 void IDBSchemaVisitor.Default.visit(IDBIndexField element)
           
 

Uses of IDBIndexField in org.eclipse.net4j.db.ddl.delta
 

Methods in org.eclipse.net4j.db.ddl.delta that return IDBIndexField
 IDBIndexField IDBIndexFieldDelta.getSchemaElement(IDBSchema schema)
           
 

Uses of IDBIndexField in org.eclipse.net4j.spi.db.ddl
 

Subinterfaces of IDBIndexField in org.eclipse.net4j.spi.db.ddl
 interface InternalDBIndexField
           
 

Fields in org.eclipse.net4j.spi.db.ddl declared as IDBIndexField
static IDBIndexField[] InternalDBIndex.NO_INDEX_FIELDS
           
 

Methods in org.eclipse.net4j.spi.db.ddl that return IDBIndexField
 IDBIndexField InternalDBIndexField.getWrapper()
           
 

Methods in org.eclipse.net4j.spi.db.ddl with parameters of type IDBIndexField
 void InternalDBIndex.removeIndexField(IDBIndexField indexFieldToRemove)
           
 



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