public interface AppendCallCustomParameter
Purpose: To provide an interface for customary parameters' types used by DatabasePlatform to append parameter to DatabaseCall: descendants of DatabasePlatform may create instances of implementers of this class of this interface in customModifyInDatabaseCall method.
Responsibilities:
Modifier and Type | Method and Description |
---|---|
void |
append(java.io.Writer writer)
INTERNAL:
Called only by DatabasePlatform.appendParameter()
|
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference