public class InOutputParameterForCallableStatement extends OutputParameterForCallableStatement
| Constructor and Description |
|---|
InOutputParameterForCallableStatement(java.lang.Object inParameter,
DatabaseField outField,
AbstractSession session) |
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, setIsCursorconvert, shouldUseUnwrappedConnectionpublic InOutputParameterForCallableStatement(java.lang.Object inParameter,
OutputParameterForCallableStatement outParameter)
public InOutputParameterForCallableStatement(java.lang.Object inParameter,
DatabaseField outField,
AbstractSession session)
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 OutputParameterForCallableStatementEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference