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