|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDBIndex
An index specification in a DB table.
| 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 |
|---|
IDBTable getTable()
IDBIndex.Type getType()
IDBField getField(int index)
int getFieldCount()
IDBField[] getFields()
int getPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||