com.alibaba.druid.sql.dialect.oracle.ast.clause
Class ModelClause.QueryPartitionClause
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.oracle.ast.OracleSQLObjectImpl
com.alibaba.druid.sql.dialect.oracle.ast.clause.ModelClause.QueryPartitionClause
- All Implemented Interfaces:
- SQLObject, OracleSQLObject, Serializable
- Enclosing class:
- ModelClause
public static class ModelClause.QueryPartitionClause
- extends OracleSQLObjectImpl
- See Also:
- Serialized Form
ModelClause.QueryPartitionClause
public ModelClause.QueryPartitionClause()
getExprList
public List<SQLExpr> getExprList()
setExprList
public void setExprList(List<SQLExpr> exprList)
accept0
public void accept0(OracleASTVisitor visitor)
- Specified by:
accept0 in interface OracleSQLObject- Specified by:
accept0 in class OracleSQLObjectImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.