Package 

Class SqlListExpr

  • All Implemented Interfaces:
    ast.SqlNode

    
    public final class SqlListExpr<T extends SqlExpr>
    extends SqlExpr
                        

    sql语法树:列表表达式

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<T> items
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlListExpr(List<T> items)
    • Method Summary

      Modifier and Type Method Description
      final List<T> getItems()
      • Methods inherited from class java.lang.Object

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

      • SqlListExpr

        SqlListExpr(List<T> items)