Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static Table.TemporaryType |
Table.TemporaryType.fromValue(String value) |
Table.TemporaryType |
Table.getTemporaryTableType(Repository.UnitOfWork transaction) |
static Table.TemporaryType |
Table.TemporaryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.TemporaryType[] |
Table.TemporaryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setTemporaryTableType(Repository.UnitOfWork transaction,
Table.TemporaryType newTempType) |
Modifier and Type | Method and Description |
---|---|
Table.TemporaryType |
TableImpl.getTemporaryTableType(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
void |
TableImpl.setTemporaryTableType(Repository.UnitOfWork uow,
Table.TemporaryType newTempType) |
Copyright © 2013–2019. All rights reserved.