Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Field and Description |
---|---|
static DataTypeResultSet.Type |
DataTypeResultSet.Type.DEFAULT_VALUE
The default data type.
|
Modifier and Type | Method and Description |
---|---|
DataTypeResultSet.Type |
DataTypeResultSet.getType(Repository.UnitOfWork transaction) |
static DataTypeResultSet.Type |
DataTypeResultSet.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeResultSet.Type[] |
DataTypeResultSet.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTypeResultSet.setType(Repository.UnitOfWork transaction,
DataTypeResultSet.Type newType) |
Modifier and Type | Method and Description |
---|---|
DataTypeResultSet.Type |
DataTypeResultSetImpl.getType(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
void |
DataTypeResultSetImpl.setType(Repository.UnitOfWork uow,
DataTypeResultSet.Type newType) |
Copyright © 2013–2019. All rights reserved.