org.eclipse.net4j.db.ddl
Interface IDBIndex

All Superinterfaces:
IDBSchemaElement

public interface IDBIndex
extends IDBSchemaElement


Nested Class Summary
static class IDBIndex.Type
           
 
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 - 2008 Eike Stepper, Germany.
All Rights Reserved.