Uses of Class
com.alibaba.druid.sql.dialect.oscar.ast.stmt.OscarSelectQueryBlock.FetchClause
Packages that use OscarSelectQueryBlock.FetchClause
Package
Description
-
Uses of OscarSelectQueryBlock.FetchClause in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oscar.ast.stmt that return OscarSelectQueryBlock.FetchClauseMethods in com.alibaba.druid.sql.dialect.oscar.ast.stmt with parameters of type OscarSelectQueryBlock.FetchClauseModifier and TypeMethodDescriptionvoidOscarSelectQueryBlock.setFetch(OscarSelectQueryBlock.FetchClause fetch) -
Uses of OscarSelectQueryBlock.FetchClause in com.alibaba.druid.sql.dialect.oscar.visitor
Methods in com.alibaba.druid.sql.dialect.oscar.visitor with parameters of type OscarSelectQueryBlock.FetchClauseModifier and TypeMethodDescriptiondefault voidOscarASTVisitor.endVisit(OscarSelectQueryBlock.FetchClause x) default booleanOscarASTVisitor.visit(OscarSelectQueryBlock.FetchClause x) booleanOscarOutputVisitor.visit(OscarSelectQueryBlock.FetchClause x)