| Package | Description |
|---|---|
| org.mmbase.core.util | |
| org.mmbase.storage.implementation.database | |
| org.mmbase.util.xml |
| Modifier and Type | Method and Description |
|---|---|
Index |
StorageConnector.createIndex(String key) |
Index |
StorageConnector.getIndex(String key) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Index> |
StorageConnector.getIndices() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConnector.addIndex(Index index) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConnector.addIndices(List<Index> indexList) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DatabaseStorageManager.compareIndex(List<String> indexFields,
Index index) |
protected void |
DatabaseStorageManager.create(Index index)
Create an index or a unique constraint.
|
protected void |
ViewDatabaseStorageManager.create(Index index)
Override the default version.
|
protected void |
DatabaseStorageManager.createIndex(Index index,
String tablename)
Create an index or a unique constraint.
|
protected void |
DatabaseStorageManager.delete(Index index)
Drop a constraint or index.
|
protected boolean |
DatabaseStorageManager.exists(Index index)
Determines if an index exists.
|
protected boolean |
ViewDatabaseStorageManager.exists(Index index) |
protected boolean |
DatabaseStorageManager.exists(Index index,
String tablename)
Determines if an index exists.
|
protected String |
DatabaseStorageManager.getFieldList(Index index)
Returns a comma seperated list of fieldnames for an index.
|
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
BuilderReader.getIndices(MMObjectBuilder builder)
Get the named indices of this builder.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}