Class SimpleAppendCallCustomParameter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String str  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(java.io.Writer writer)
      INTERNAL: Called only by DatabasePlatform.appendParameter()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • str

        protected java.lang.String str
    • Constructor Detail

      • SimpleAppendCallCustomParameter

        public SimpleAppendCallCustomParameter​(java.lang.String str)
    • Method Detail

      • append

        public void append​(java.io.Writer writer)
                    throws java.io.IOException
        Description copied from interface: AppendCallCustomParameter
        INTERNAL: Called only by DatabasePlatform.appendParameter()
        Specified by:
        append in interface AppendCallCustomParameter
        Throws:
        java.io.IOException