public class BindCallCustomParameter
extends java.lang.Object
Purpose: To provide a base type for customary parameters' types used for binding by DatabaseCall: descendants of DatabasePlatform may create instances of descendants of this class in customModifyInDatabaseCall method.
Responsibilities:
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
obj |
Modifier | Constructor and Description |
---|---|
protected |
BindCallCustomParameter() |
|
BindCallCustomParameter(java.lang.Object obj)
INTERNAL:
Binds the custom parameter (obj) into the passed PreparedStatement
for the passed DatabaseCall.
|
Modifier and Type | Method and Description |
---|---|
void |
set(DatabasePlatform platform,
java.sql.PreparedStatement statement,
int index,
AbstractSession session) |
java.lang.String |
toString() |
public BindCallCustomParameter(java.lang.Object obj)
protected BindCallCustomParameter()
public void set(DatabasePlatform platform, java.sql.PreparedStatement statement, int index, AbstractSession session) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String toString()
toString
in class java.lang.Object