Class MixedSqlNode

  • All Implemented Interfaces:
    SqlNode

    public class MixedSqlNode
    extends java.lang.Object
    implements SqlNode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<SqlNode> contents  
    • 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
    • Field Detail

      • contents

        private final java.util.List<SqlNode> contents
    • Constructor Detail

      • MixedSqlNode

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