Class MixedSqlNode

  • All Implemented Interfaces:
    SqlNode

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

      Constructors 
      Constructor Description
      MixedSqlNode​(java.util.List<SqlNode> contents)  
    • 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

      • MixedSqlNode

        public MixedSqlNode​(java.util.List<SqlNode> contents)