Class TextSqlNode

  • All Implemented Interfaces:
    SqlNode

    public class TextSqlNode
    extends java.lang.Object
    implements SqlNode
    Author:
    Clinton Begin
    • Constructor Summary

      Constructors 
      Constructor Description
      TextSqlNode​(java.lang.String text)  
      TextSqlNode​(java.lang.String text, java.util.regex.Pattern injectionFilter)  
    • Method Summary

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

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

      • TextSqlNode

        public TextSqlNode​(java.lang.String text)
      • TextSqlNode

        public TextSqlNode​(java.lang.String text,
                           java.util.regex.Pattern injectionFilter)
    • Method Detail

      • isDynamic

        public boolean isDynamic()