com.alibaba.druid.sql.dialect.postgresql.ast
类 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
- 所有已实现的接口:
- SQLObject, PGSQLObject
public class PGWithClause
- extends PGSQLObjectImpl
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)
- 指定者:
- 接口
PGSQLObject 中的 accept0 - 指定者:
- 类
PGSQLObjectImpl 中的 accept0
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.