public class BindCallCustomParameter extends Object
INTERNAL:
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.
INTERNAL:
Binds the custom parameter (obj) into the passed PreparedStatement
for the passed DatabaseCall.
Called only by DatabasePlatform.setParameterValueInDatabaseCall method