Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGSelectQueryBlock.FetchClause
-
Packages that use PGSelectQueryBlock.FetchClause Package Description 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 Modifier and Type Method Description PGSelectQueryBlock.FetchClausePGSelectQueryBlock. getFetch()Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type PGSelectQueryBlock.FetchClause Modifier and Type Method Description voidPGSelectQueryBlock. 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 Modifier and Type Method Description default 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)
-