Class StaticTextSqlNode

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

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

    • StaticTextSqlNode

      public StaticTextSqlNode(String text)
  • Method Details