public class OutputParameterForCallableStatement extends BindCallCustomParameter
Modifier and Type | Field and Description |
---|---|
protected boolean |
isCursor |
protected boolean |
isTypeNameRequired |
protected int |
jdbcType |
protected String |
typeName |
obj
Modifier | Constructor and Description |
---|---|
protected |
OutputParameterForCallableStatement() |
|
OutputParameterForCallableStatement(DatabaseField field) |
|
OutputParameterForCallableStatement(DatabaseField field,
DatabasePlatform platform) |
|
OutputParameterForCallableStatement(DatabaseField field,
DatabasePlatform platform,
boolean isCursor) |
|
OutputParameterForCallableStatement(OutputParameterForCallableStatement outParameter) |
Modifier and Type | Method and Description |
---|---|
int |
getJdbcType() |
DatabaseField |
getOutputField() |
String |
getTypeName() |
boolean |
isCursor() |
boolean |
isTypeNameRequired() |
void |
prepare(DatabasePlatform platform) |
void |
set(DatabasePlatform platform,
PreparedStatement statement,
int index,
AbstractSession session) |
void |
setIsCursor(boolean isCursor) |
String |
toString() |
protected boolean isCursor
protected int jdbcType
protected String typeName
protected boolean isTypeNameRequired
public OutputParameterForCallableStatement(DatabaseField field)
public OutputParameterForCallableStatement(DatabaseField field, DatabasePlatform platform)
public OutputParameterForCallableStatement(DatabaseField field, DatabasePlatform platform, boolean isCursor)
public OutputParameterForCallableStatement(OutputParameterForCallableStatement outParameter)
protected OutputParameterForCallableStatement()
public void setIsCursor(boolean isCursor)
public boolean isCursor()
public boolean isTypeNameRequired()
public int getJdbcType()
public String getTypeName()
public DatabaseField getOutputField()
public void prepare(DatabasePlatform platform)
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
Copyright © 2023. All rights reserved.