public class SimpleAppendCallCustomParameter extends java.lang.Object implements AppendCallCustomParameter
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
str |
| Constructor and Description |
|---|
SimpleAppendCallCustomParameter(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.io.Writer writer)
INTERNAL:
Called only by DatabasePlatform.appendParameter()
|
public SimpleAppendCallCustomParameter(java.lang.String str)
public void append(java.io.Writer writer)
throws java.io.IOException
AppendCallCustomParameterappend in interface AppendCallCustomParameterjava.io.IOException