public class InOutputParameterForCallableStatement extends OutputParameterForCallableStatement
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
inParameter |
isCursor, isTypeNameRequired, jdbcType, typeNameobj| 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, setIsCursorpublic 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 OutputParameterForCallableStatementjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class OutputParameterForCallableStatement