Class AbstractSQL.SafeAppendable

  • Enclosing class:
    AbstractSQL<T>

    private static class AbstractSQL.SafeAppendable
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Appendable appendable  
      private boolean empty  
    • Constructor Summary

      Constructors 
      Constructor Description
      SafeAppendable​(java.lang.Appendable a)  
    • Field Detail

      • appendable

        private final java.lang.Appendable appendable
      • empty

        private boolean empty
    • Constructor Detail

      • SafeAppendable

        public SafeAppendable​(java.lang.Appendable a)