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(Writer writer)
INTERNAL:
Called only by DatabasePlatform.appendParameter()
|
void append(Writer writer) throws IOException
IOException
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference