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