Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGSelectQueryBlock.FetchClause

Packages that use PGSelectQueryBlock.FetchClause
com.alibaba.druid.sql.dialect.postgresql.ast.stmt   
com.alibaba.druid.sql.dialect.postgresql.visitor   
 

Uses of PGSelectQueryBlock.FetchClause in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
 

Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return PGSelectQueryBlock.FetchClause
 PGSelectQueryBlock.FetchClause PGSelectQueryBlock.getFetch()
           
 

Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type PGSelectQueryBlock.FetchClause
 void PGSelectQueryBlock.setFetch(PGSelectQueryBlock.FetchClause fetch)
           
 

Uses of PGSelectQueryBlock.FetchClause in com.alibaba.druid.sql.dialect.postgresql.visitor
 

Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type PGSelectQueryBlock.FetchClause
 void PGSchemaStatVisitor.endVisit(PGSelectQueryBlock.FetchClause x)
           
 void PGOutputVisitor.endVisit(PGSelectQueryBlock.FetchClause x)
           
 void PGASTVisitorAdapter.endVisit(PGSelectQueryBlock.FetchClause x)
           
 void PGASTVisitor.endVisit(PGSelectQueryBlock.FetchClause x)
           
 boolean PGSchemaStatVisitor.visit(PGSelectQueryBlock.FetchClause x)
           
 boolean PGOutputVisitor.visit(PGSelectQueryBlock.FetchClause x)
           
 boolean PGASTVisitorAdapter.visit(PGSelectQueryBlock.FetchClause x)
           
 boolean PGASTVisitor.visit(PGSelectQueryBlock.FetchClause x)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.