Class BrokerFormatToken


  • public class BrokerFormatToken
    extends java.lang.Object
    A structure for use with the ..format... functions in BrokerFormat
    • Constructor Summary

      Constructors 
      Constructor Description
      BrokerFormatToken​(java.lang.String valueIn, java.lang.String formatOption, boolean isReference, int bindVariableIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String formatBindVariable​(java.lang.StringBuffer placeHolder)  
      protected java.lang.String getBindVariable()  
      java.lang.String getValue()  
      boolean isReference()  
      • Methods inherited from class java.lang.Object

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

      • singleQuote

        protected boolean singleQuote
      • doubleQuote

        protected boolean doubleQuote
      • sqlQuote

        protected boolean sqlQuote
      • numeric

        protected boolean numeric
      • minLength

        protected int minLength
    • Constructor Detail

      • BrokerFormatToken

        public BrokerFormatToken​(java.lang.String valueIn,
                                 java.lang.String formatOption,
                                 boolean isReference,
                                 int bindVariableIndex)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • isReference

        public boolean isReference()
      • getBindVariable

        protected java.lang.String getBindVariable()
      • formatBindVariable

        protected java.lang.String formatBindVariable​(java.lang.StringBuffer placeHolder)