Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.RelationExprOptAliasContext
-
Packages that use OpenGaussStatementParser.RelationExprOptAliasContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.RelationExprOptAliasContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.RelationExprOptAliasContext Modifier and Type Method Description OpenGaussStatementParser.RelationExprOptAliasContextOpenGaussStatementParser.DeleteContext. relationExprOptAlias()OpenGaussStatementParser.RelationExprOptAliasContextOpenGaussStatementParser. relationExprOptAlias()OpenGaussStatementParser.RelationExprOptAliasContextOpenGaussStatementParser.UpdateContext. relationExprOptAlias()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.RelationExprOptAliasContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitRelationExprOptAlias(OpenGaussStatementParser.RelationExprOptAliasContext ctx)Visit a parse tree produced byOpenGaussStatementParser.relationExprOptAlias().TOpenGaussStatementVisitor. visitRelationExprOptAlias(OpenGaussStatementParser.RelationExprOptAliasContext ctx)Visit a parse tree produced byOpenGaussStatementParser.relationExprOptAlias(). -
Uses of OpenGaussStatementParser.RelationExprOptAliasContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.RelationExprOptAliasContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitRelationExprOptAlias(OpenGaussStatementParser.RelationExprOptAliasContext ctx)
-