Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGSelectQueryBlock.FetchClause
Packages that use PGSelectQueryBlock.FetchClause
Package
Description
-
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.FetchClauseMethods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type PGSelectQueryBlock.FetchClauseModifier and TypeMethodDescriptionvoidPGSelectQueryBlock.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.FetchClauseModifier and TypeMethodDescriptiondefault voidPGASTVisitor.endVisit(PGSelectQueryBlock.FetchClause x) voidPGASTVisitorAdapter.endVisit(PGSelectQueryBlock.FetchClause x) default booleanPGASTVisitor.visit(PGSelectQueryBlock.FetchClause x) booleanPGASTVisitorAdapter.visit(PGSelectQueryBlock.FetchClause x) booleanPGOutputVisitor.visit(PGSelectQueryBlock.FetchClause x)