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