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

使用 PGWithClause 的软件包
com.alibaba.druid.sql.dialect.postgresql.ast.stmt   
com.alibaba.druid.sql.dialect.postgresql.parser   
com.alibaba.druid.sql.dialect.postgresql.visitor   
 

com.alibaba.druid.sql.dialect.postgresql.ast.stmtPGWithClause 的使用
 

返回 PGWithClausecom.alibaba.druid.sql.dialect.postgresql.ast.stmt 中的方法
 PGWithClause PGSelectStatement.getWith()
           
 PGWithClause PGDeleteStatement.getWith()
           
 PGWithClause PGUpdateStatement.getWith()
           
 PGWithClause PGInsertStatement.getWith()
           
 PGWithClause PGSelectQueryBlock.getWith()
           
 

参数类型为 PGWithClausecom.alibaba.druid.sql.dialect.postgresql.ast.stmt 中的方法
 void PGSelectStatement.setWith(PGWithClause with)
           
 void PGDeleteStatement.setWith(PGWithClause with)
           
 void PGUpdateStatement.setWith(PGWithClause with)
           
 void PGInsertStatement.setWith(PGWithClause with)
           
 void PGSelectQueryBlock.setWith(PGWithClause with)
           
 

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

返回 PGWithClausecom.alibaba.druid.sql.dialect.postgresql.parser 中的方法
 PGWithClause PGSQLStatementParser.parseWithClause()
           
 

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

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



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