Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.AliasClauseContext
Packages that use OpenGaussStatementParser.AliasClauseContext
Package
Description
-
Uses of OpenGaussStatementParser.AliasClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.AliasClauseContextModifier and TypeMethodDescriptionOpenGaussStatementParser.aliasClause()OpenGaussStatementParser.FuncAliasClauseContext.aliasClause()OpenGaussStatementParser.TableReferenceContext.aliasClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.AliasClauseContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitAliasClause(OpenGaussStatementParser.AliasClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.aliasClause().OpenGaussStatementVisitor.visitAliasClause(OpenGaussStatementParser.AliasClauseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.aliasClause(). -
Uses of OpenGaussStatementParser.AliasClauseContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.AliasClauseContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitAliasClause(OpenGaussStatementParser.AliasClauseContext ctx)