Package 

Class SqlValuesSelect

  • All Implemented Interfaces:
    ast.SqlNode , ast.statement.SqlStatement

    
    public final class SqlValuesSelect
    extends SqlSelectQuery
                        

    sql语法树:VALUES查询语句(用于生成临时表)

    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait