Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.CombineClauseContext
Packages that use SQL92StatementParser.CombineClauseContext
Package
Description
-
Uses of SQL92StatementParser.CombineClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.CombineClauseContextModifier and TypeMethodDescriptionSQL92StatementParser.combineClause()SQL92StatementParser.SelectContext.combineClause()SQL92StatementParser.SubqueryContext.combineClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.CombineClauseContextModifier and TypeMethodDescriptionSQL92StatementBaseVisitor.visitCombineClause(SQL92StatementParser.CombineClauseContext ctx) Visit a parse tree produced bySQL92StatementParser.combineClause().SQL92StatementVisitor.visitCombineClause(SQL92StatementParser.CombineClauseContext ctx) Visit a parse tree produced bySQL92StatementParser.combineClause(). -
Uses of SQL92StatementParser.CombineClauseContext in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl with parameters of type SQL92StatementParser.CombineClauseContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQL92DMLStatementSQLVisitor.visitCombineClause(SQL92StatementParser.CombineClauseContext ctx)