com.alibaba.druid.sql.dialect.postgresql.ast
Class PGWithClause
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.postgresql.ast.PGSQLObjectImpl
com.alibaba.druid.sql.dialect.postgresql.ast.PGWithClause
- All Implemented Interfaces:
- SQLObject, PGSQLObject, Serializable
public class PGWithClause
- extends PGSQLObjectImpl
- See Also:
- Serialized Form
PGWithClause
public PGWithClause()
isRecursive
public boolean isRecursive()
setRecursive
public void setRecursive(boolean recursive)
getWithQuery
public List<PGWithQuery> getWithQuery()
setWithQuery
public void setWithQuery(List<PGWithQuery> withQuery)
accept0
public void accept0(PGASTVisitor visitor)
- Specified by:
accept0 in interface PGSQLObject- Specified by:
accept0 in class PGSQLObjectImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.