Class ChooseSqlNode

  • All Implemented Interfaces:
    SqlNode

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

      Constructors 
      Constructor Description
      ChooseSqlNode​(java.util.List<SqlNode> ifSqlNodes, SqlNode defaultSqlNode)  
    • Method Summary

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

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

      • ChooseSqlNode

        public ChooseSqlNode​(java.util.List<SqlNode> ifSqlNodes,
                             SqlNode defaultSqlNode)