Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
DataTypeResultSet
Represents a data type result set.
|
interface |
TabularResultSet
Represents a tabular result set.
|
Modifier and Type | Method and Description |
---|---|
<T extends ProcedureResultSet> |
StoredProcedure.setResultSet(Repository.UnitOfWork transaction,
Class<T> resultSetType)
Deletes the current result set and returns a new one of the requested type.
|
<T extends ProcedureResultSet> |
PushdownFunction.setResultSet(Repository.UnitOfWork transaction,
Class<T> resultSetType)
Deletes the current result set and returns a new one of the requested type.
|
Modifier and Type | Method and Description |
---|---|
ProcedureResultSet |
StoredProcedure.getResultSet(Repository.UnitOfWork transaction) |
ProcedureResultSet |
PushdownFunction.getResultSet(Repository.UnitOfWork transaction) |
Modifier and Type | Class and Description |
---|---|
class |
DataTypeResultSetImpl
An implementation of a relational model procedure data type result set.
|
class |
TabularResultSetImpl
An implementation of a relational model procedure tabular result set.
|
Modifier and Type | Method and Description |
---|---|
<T extends ProcedureResultSet> |
StoredProcedureImpl.setResultSet(Repository.UnitOfWork transaction,
Class<T> resultSetType)
Deletes the current result set and returns a new one of the requested type.
|
<T extends ProcedureResultSet> |
PushdownFunctionImpl.setResultSet(Repository.UnitOfWork transaction,
Class<T> resultSetType)
Deletes the current result set and returns a new one of the requested type.
|
Modifier and Type | Method and Description |
---|---|
ProcedureResultSet |
StoredProcedureImpl.getResultSet(Repository.UnitOfWork transaction) |
ProcedureResultSet |
PushdownFunctionImpl.getResultSet(Repository.UnitOfWork transaction) |
Copyright © 2013–2019. All rights reserved.