| Package | Description |
|---|---|
| org.databene.jdbacl.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DBNonUniqueIndex
Represents a non-unique database index.
|
class |
DBUniqueIndex
Represents a unique database index.
|
| Modifier and Type | Method and Description |
|---|---|
DBIndex |
DBTable.getIndex(String indexName) |
| Modifier and Type | Method and Description |
|---|---|
List<DBIndex> |
DBTable.getIndexes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBTable.addIndex(DBIndex index) |
void |
DBTable.removeIndex(DBIndex index) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.