Class StaticTextSqlNode

  • All Implemented Interfaces:
    SqlNode

    public class StaticTextSqlNode
    extends java.lang.Object
    implements SqlNode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticTextSqlNode​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(DynamicContext context)  
      • Methods inherited from class java.lang.Object

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

      • text

        private final java.lang.String text
    • Constructor Detail

      • StaticTextSqlNode

        public StaticTextSqlNode​(java.lang.String text)