public class InputOutputTableHandle extends TableParameter
| Constructor and Description |
|---|
InputOutputTableHandle(handle tableHandle)
Create an instance.
|
InputOutputTableHandle(handle tableHandle,
java.util.EnumSet<ParameterOption> options)
Create an instance.
|
InputOutputTableHandle(handle tableHandle,
ParameterOption option)
Create an instance.
|
InputOutputTableHandle(InputOutputTableParameter table)
Create an instance using a buffer.
|
InputOutputTableHandle(TableWrapper resultSet)
Create an instance using a result set (for remote parameters).
|
InputOutputTableHandle(TableWrapper resultSet,
ParameterOption option)
Create an instance using a result set (for remote parameters).
|
InputOutputTableHandle(Temporary table)
Create an instance using a buffer.
|
InputOutputTableHandle(Temporary table,
java.util.EnumSet<ParameterOption> options)
Create an instance using a buffer.
|
InputOutputTableHandle(Temporary table,
ParameterOption option)
Create an instance using a buffer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInputMode()
Determines if this parameter is INPUT or INPUT-OUTPUT.
|
boolean |
isOutputMode()
Determines if this parameter is OUTPUT or INPUT-OUTPUT.
|
getParameterIndex, getParameterOptions, getResultSet, getSchemaMarshalLevel, getTable, getTableHandle, isAppend, isBind, isByReference, isByValue, isRemoteParameter, isTableHandle, isValid, setInputMode, setOutputMode, setParameterIndex, setParameterOptions, setResultSet, setTablepublic InputOutputTableHandle(Temporary table)
table - Buffer of the wrapped table.public InputOutputTableHandle(Temporary table, ParameterOption option)
table - Buffer of the wrapped table.option - Table parameter option (APPEND, BY-VALUE, BIND or BY-REFERENCE).public InputOutputTableHandle(Temporary table, java.util.EnumSet<ParameterOption> options)
table - Buffer of the wrapped table.options - Table parameter options (APPEND, BY-VALUE, BIND or BY-REFERENCE).public InputOutputTableHandle(handle tableHandle)
tableHandle - Handle to the wrapped table.public InputOutputTableHandle(handle tableHandle, ParameterOption option)
tableHandle - Handle to the wrapped table.option - Table parameter option (APPEND, BY-VALUE, BIND or BY-REFERENCE).public InputOutputTableHandle(handle tableHandle, java.util.EnumSet<ParameterOption> options)
tableHandle - Handle to the wrapped table.options - Table parameter options (APPEND, BY-VALUE, BIND or BY-REFERENCE).public InputOutputTableHandle(TableWrapper resultSet)
resultSet - Result set containing input data.public InputOutputTableHandle(TableWrapper resultSet, ParameterOption option)
resultSet - Result set containing input data.option - Table parameter option (APPEND, BY-VALUE, BIND or BY-REFERENCE).public InputOutputTableHandle(InputOutputTableParameter table)
table - Buffer of the wrapped table.public boolean isInputMode()
isInputMode in class TableParametertrue.public boolean isOutputMode()
isOutputMode in class TableParametertrue.