Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.QualifiedNameListContext
Packages that use OpenGaussStatementParser.QualifiedNameListContext
Package
Description
-
Uses of OpenGaussStatementParser.QualifiedNameListContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.QualifiedNameListContextModifier and TypeMethodDescriptionOpenGaussStatementParser.ConstraintsSetListContext.qualifiedNameList()OpenGaussStatementParser.CreateForeignTableClausesContext.qualifiedNameList()OpenGaussStatementParser.DropIndexContext.qualifiedNameList()OpenGaussStatementParser.DropSequenceContext.qualifiedNameList()OpenGaussStatementParser.DropServerContext.qualifiedNameList()OpenGaussStatementParser.DropStatisticsContext.qualifiedNameList()OpenGaussStatementParser.DropViewContext.qualifiedNameList()OpenGaussStatementParser.LockedRelsListContext.qualifiedNameList()OpenGaussStatementParser.OnObjectClauseContext.qualifiedNameList()OpenGaussStatementParser.qualifiedNameList()OpenGaussStatementParser.QualifiedNameListContext.qualifiedNameList()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.QualifiedNameListContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitQualifiedNameList(OpenGaussStatementParser.QualifiedNameListContext ctx) Visit a parse tree produced byOpenGaussStatementParser.qualifiedNameList().OpenGaussStatementVisitor.visitQualifiedNameList(OpenGaussStatementParser.QualifiedNameListContext ctx) Visit a parse tree produced byOpenGaussStatementParser.qualifiedNameList(). -
Uses of OpenGaussStatementParser.QualifiedNameListContext 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.QualifiedNameListContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitQualifiedNameList(OpenGaussStatementParser.QualifiedNameListContext ctx)