public class BindCallCustomParameter extends 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 | Constructor and Description |
---|---|
protected |
BindCallCustomParameter() |
|
BindCallCustomParameter(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,
PreparedStatement statement,
int index,
AbstractSession session) |
String |
toString() |
protected Object obj
public BindCallCustomParameter(Object obj)
protected BindCallCustomParameter()
public void set(DatabasePlatform platform, PreparedStatement statement, int index, AbstractSession session) throws SQLException
SQLException
Copyright © 2023. All rights reserved.