public class InOutputParameterForCallableStatement extends OutputParameterForCallableStatement
| Constructor and Description |
|---|
InOutputParameterForCallableStatement(Object inParameter,
DatabaseField outField,
AbstractSession session) |
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, setIsCursorconvert, shouldUseUnwrappedConnectionpublic InOutputParameterForCallableStatement(Object inParameter, OutputParameterForCallableStatement outParameter)
public InOutputParameterForCallableStatement(Object inParameter, DatabaseField outField, AbstractSession session)
public void set(DatabasePlatform platform, PreparedStatement statement, int index, AbstractSession session) throws SQLException
set in class OutputParameterForCallableStatementSQLExceptionpublic String toString()
toString in class OutputParameterForCallableStatementEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference