Class SimpleAppendCallCustomParameter
- java.lang.Object
-
- org.eclipse.persistence.internal.databaseaccess.SimpleAppendCallCustomParameter
-
- All Implemented Interfaces:
AppendCallCustomParameter
public class SimpleAppendCallCustomParameter extends java.lang.Object implements AppendCallCustomParameter
INTERNAL:
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringstr
-
Constructor Summary
Constructors Constructor Description SimpleAppendCallCustomParameter(java.lang.String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(java.io.Writer writer)INTERNAL: Called only by DatabasePlatform.appendParameter()
-
-
-
Method Detail
-
append
public void append(java.io.Writer writer) throws java.io.IOExceptionDescription copied from interface:AppendCallCustomParameterINTERNAL: Called only by DatabasePlatform.appendParameter()- Specified by:
appendin interfaceAppendCallCustomParameter- Throws:
java.io.IOException
-
-