public class InOutputParameterForCallableStatement extends OutputParameterForCallableStatement
Modifier and Type | Field and Description |
---|---|
protected Object |
inParameter |
isCursor, isTypeNameRequired, jdbcType, typeName
obj
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, setIsCursor
protected 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 OutputParameterForCallableStatement
SQLException
public String toString()
toString
in class OutputParameterForCallableStatement
Copyright © 2024. All rights reserved.