public class InputOutputTableParameter extends TableParameter
| Constructor and Description |
|---|
InputOutputTableParameter(handle tableHandle)
Create an instance.
|
InputOutputTableParameter(handle tableHandle,
java.util.EnumSet<ParameterOption> options)
Create an instance.
|
InputOutputTableParameter(handle tableHandle,
ParameterOption option)
Create an instance.
|
InputOutputTableParameter(InputOutputTableHandle table)
Create an instance using a table handle.
|
InputOutputTableParameter(TableWrapper resultSet)
Create an instance using a result set (for remote parameters).
|
InputOutputTableParameter(TableWrapper resultSet,
ParameterOption option)
Create an instance using a result set (for remote parameters).
|
InputOutputTableParameter(Temporary table)
Create an instance using a buffer.
|
InputOutputTableParameter(Temporary table,
java.util.EnumSet<ParameterOption> options)
Create an instance using a buffer.
|
InputOutputTableParameter(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 InputOutputTableParameter(Temporary table)
table - Buffer of the wrapped table.public InputOutputTableParameter(Temporary table, ParameterOption option)
table - Buffer of the wrapped table.option - Table parameter option (APPEND, BY-VALUE, BIND or BY-REFERENCE).public InputOutputTableParameter(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 InputOutputTableParameter(handle tableHandle)
tableHandle - Handle to the wrapped table.public InputOutputTableParameter(handle tableHandle, ParameterOption option)
tableHandle - Handle to the wrapped table.option - Table parameter option (APPEND, BY-VALUE, BIND or BY-REFERENCE).public InputOutputTableParameter(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 InputOutputTableParameter(TableWrapper resultSet)
resultSet - Result set containing input data.public InputOutputTableParameter(TableWrapper resultSet, ParameterOption option)
resultSet - Result set containing input data.option - Table parameter option (APPEND, BY-VALUE, BIND or BY-REFERENCE).public InputOutputTableParameter(InputOutputTableHandle table)
table - Handle to the wrapped table.public boolean isInputMode()
isInputMode in class TableParametertrue.public boolean isOutputMode()
isOutputMode in class TableParametertrue.