public class InOutputParameterForCallableStatement extends OutputParameterForCallableStatement
| Modifier and Type | Field and Description |
|---|---|
protected Object |
inParameter |
isCursor, isTypeNameRequired, jdbcType, typeNameobj| Constructor and Description |
|---|
InOutputParameterForCallableStatement(Object inParameter,
DatabaseField outField,
DatabasePlatform platform) |
InOutputParameterForCallableStatement(Object inParameter,
OutputParameterForCallableStatement outParameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(DatabasePlatform platform,
PreparedStatement statement,
int index,
AbstractSession session) |
String |
toString() |
getJdbcType, getOutputField, getTypeName, isCursor, isTypeNameRequired, prepare, setIsCursorprotected Object inParameter
public InOutputParameterForCallableStatement(Object inParameter, OutputParameterForCallableStatement outParameter)
public InOutputParameterForCallableStatement(Object inParameter, DatabaseField outField, DatabasePlatform platform)
public void set(DatabasePlatform platform, PreparedStatement statement, int index, AbstractSession session) throws SQLException
set in class OutputParameterForCallableStatementSQLExceptionpublic String toString()
toString in class OutputParameterForCallableStatementCopyright © 2023. All rights reserved.