Uses of Class
gudusoft.gsqlparser.nodes.TOffsetClause
Packages that use TOffsetClause
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TOffsetClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TOffsetClauseMethods in gudusoft.gsqlparser.nodes with parameters of type TOffsetClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TOffsetClause node) voidTParseTreeVisitor.preVisit(TOffsetClause node) voidTLimitClause.setOffsetClause(TOffsetClause offsetClause) voidTOrderBy.setOffsetClause(TOffsetClause offsetClause) voidTSelectSqlNode.setOffsetClause(TOffsetClause offsetClause) -
Uses of TOffsetClause in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TOffsetClauseMethods in gudusoft.gsqlparser.stmt with parameters of type TOffsetClauseModifier and TypeMethodDescriptionvoidTSelectSqlStatement.setOffsetClause(TOffsetClause offsetClause)