public class InOutputParameterForCallableStatement extends OutputParameterForCallableStatement
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
inParameter |
isCursor, isTypeNameRequired, jdbcType, typeName
obj
Constructor and Description |
---|
InOutputParameterForCallableStatement(java.lang.Object inParameter,
DatabaseField outField,
DatabasePlatform platform) |
InOutputParameterForCallableStatement(java.lang.Object inParameter,
OutputParameterForCallableStatement outParameter) |
Modifier and Type | Method and Description |
---|---|
void |
set(DatabasePlatform platform,
java.sql.PreparedStatement statement,
int index,
AbstractSession session) |
java.lang.String |
toString() |
getJdbcType, getOutputField, getTypeName, isCursor, isTypeNameRequired, prepare, setIsCursor
public InOutputParameterForCallableStatement(java.lang.Object inParameter, OutputParameterForCallableStatement outParameter)
public InOutputParameterForCallableStatement(java.lang.Object inParameter, DatabaseField outField, DatabasePlatform platform)
public void set(DatabasePlatform platform, java.sql.PreparedStatement statement, int index, AbstractSession session) throws java.sql.SQLException
set
in class OutputParameterForCallableStatement
java.sql.SQLException
public java.lang.String toString()
toString
in class OutputParameterForCallableStatement