org.eclipse.net4j.db.ddl
Interface IDBIndex

All Superinterfaces:
IDBSchemaElement

public interface IDBIndex
extends IDBSchemaElement

An index specification in a DB table.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static class IDBIndex.Type
          The type of an index specification in a DB table.
 
Method Summary
 IDBField getField(int index)
           
 int getFieldCount()
           
 IDBField[] getFields()
           
 int getPosition()
           
 IDBTable getTable()
           
 IDBIndex.Type getType()
           
 
Methods inherited from interface org.eclipse.net4j.db.ddl.IDBSchemaElement
getFullName, getName, getProperties, getSchema
 

Method Detail

getTable

IDBTable getTable()

getType

IDBIndex.Type getType()

getField

IDBField getField(int index)

getFieldCount

int getFieldCount()

getFields

IDBField[] getFields()

getPosition

int getPosition()


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