Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static Index |
RelationalModelFactory.createIndex(Repository.UnitOfWork transaction,
Repository repository,
Table parentTable,
String indexName) |
Modifier and Type | Field and Description |
---|---|
static Index[] |
Index.NO_INDEXES
An empty collection of index constraints.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Index> |
Index.RESOLVER
The resolver of a
Index . |
Modifier and Type | Method and Description |
---|---|
Index |
Table.addIndex(Repository.UnitOfWork transaction,
String indexName) |
Index[] |
Table.getIndexes(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
IndexImpl
An implementation of a relational model index.
|
Modifier and Type | Method and Description |
---|---|
Index |
TableImpl.addIndex(Repository.UnitOfWork transaction,
String indexName) |
Index[] |
TableImpl.getIndexes(Repository.UnitOfWork transaction,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.