Class IfSqlNode

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

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

    • IfSqlNode

      public IfSqlNode(SqlNode contents, String test)
  • Method Details