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)  
    • 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()