类 com.alibaba.druid.sql.dialect.postgresql.ast.PGWithQuery
的使用

使用 PGWithQuery 的软件包
com.alibaba.druid.sql.dialect.postgresql.ast   
com.alibaba.druid.sql.dialect.postgresql.visitor   
 

com.alibaba.druid.sql.dialect.postgresql.astPGWithQuery 的使用
 

返回变量类型为 PGWithQuery 的类型的 com.alibaba.druid.sql.dialect.postgresql.ast 中的方法
 List<PGWithQuery> PGWithClause.getWithQuery()
           
 

类型变量类型为 PGWithQuerycom.alibaba.druid.sql.dialect.postgresql.ast 中的方法参数
 void PGWithClause.setWithQuery(List<PGWithQuery> withQuery)
           
 

com.alibaba.druid.sql.dialect.postgresql.visitorPGWithQuery 的使用
 

参数类型为 PGWithQuerycom.alibaba.druid.sql.dialect.postgresql.visitor 中的方法
 void PGASTVisitor.endVisit(PGWithQuery x)
           
 void PGSchemaStatVisitor.endVisit(PGWithQuery x)
           
 void PGOutputVisitor.endVisit(PGWithQuery x)
           
 void PGASTVisitorAdapter.endVisit(PGWithQuery x)
           
 boolean PGASTVisitor.visit(PGWithQuery x)
           
 boolean PGSchemaStatVisitor.visit(PGWithQuery x)
           
 boolean PGOutputVisitor.visit(PGWithQuery x)
           
 boolean PGASTVisitorAdapter.visit(PGWithQuery x)
           
 



Copyright © 2013-2014 Alibaba Group. All Rights Reserved.