Class TextSqlNode

java.lang.Object
org.apache.ibatis.scripting.xmltags.TextSqlNode
All Implemented Interfaces:
SqlNode

public class TextSqlNode
extends Object
implements SqlNode
Author:
Clinton Begin
  • Constructor Details

    • TextSqlNode

      public TextSqlNode​(String text)
    • TextSqlNode

      public TextSqlNode​(String text, Pattern injectionFilter)
  • Method Details

    • isDynamic

      public boolean isDynamic()
    • apply

      public boolean apply​(DynamicContext context)
      Specified by:
      apply in interface SqlNode