Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static ResultSetColumn |
RelationalModelFactory.createResultSetColumn(Repository.UnitOfWork transaction,
Repository repository,
TabularResultSet resultSet,
String columnName) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataTypeResultSet
Represents a data type result set.
|
Modifier and Type | Field and Description |
---|---|
static ResultSetColumn[] |
ResultSetColumn.NO_COLUMNS
An empty array of columns.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<ResultSetColumn> |
ResultSetColumn.RESOLVER
The resolver of a
ResultSetColumn . |
Modifier and Type | Method and Description |
---|---|
ResultSetColumn |
TabularResultSet.addColumn(Repository.UnitOfWork transaction,
String columnName) |
ResultSetColumn[] |
TabularResultSet.getColumns(Repository.UnitOfWork transaction) |
Modifier and Type | Class and Description |
---|---|
class |
DataTypeResultSetImpl
An implementation of a relational model procedure data type result set.
|
class |
ResultSetColumnImpl
An implementation of a relational model tabular result set column.
|
Modifier and Type | Method and Description |
---|---|
ResultSetColumn |
TabularResultSetImpl.addColumn(Repository.UnitOfWork transaction,
String columnName) |
ResultSetColumn[] |
TabularResultSetImpl.getColumns(Repository.UnitOfWork transaction) |
Copyright © 2013–2019. All rights reserved.