public class OutputParameterForCallableStatement extends BindCallCustomParameter
Constructor and Description |
---|
OutputParameterForCallableStatement(DatabaseField field) |
OutputParameterForCallableStatement(DatabaseField field,
AbstractSession session) |
OutputParameterForCallableStatement(DatabaseField field,
AbstractSession session,
boolean isCursor) |
OutputParameterForCallableStatement(OutputParameterForCallableStatement outParameter) |
Modifier and Type | Method and Description |
---|---|
int |
getJdbcType() |
DatabaseField |
getOutputField() |
String |
getTypeName() |
boolean |
isCursor() |
boolean |
isTypeNameRequired() |
void |
prepare(AbstractSession session) |
void |
set(DatabasePlatform platform,
PreparedStatement statement,
int index,
AbstractSession session) |
void |
setIsCursor(boolean isCursor) |
String |
toString() |
convert, shouldUseUnwrappedConnection
public OutputParameterForCallableStatement(DatabaseField field)
public OutputParameterForCallableStatement(DatabaseField field, AbstractSession session)
public OutputParameterForCallableStatement(DatabaseField field, AbstractSession session, boolean isCursor)
public OutputParameterForCallableStatement(OutputParameterForCallableStatement outParameter)
public void setIsCursor(boolean isCursor)
public boolean isCursor()
public boolean isTypeNameRequired()
public int getJdbcType()
public String getTypeName()
public DatabaseField getOutputField()
public void prepare(AbstractSession session)
public void set(DatabasePlatform platform, PreparedStatement statement, int index, AbstractSession session) throws SQLException
set
in class BindCallCustomParameter
SQLException
public String toString()
toString
in class BindCallCustomParameter
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference