Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.TableNamesContext
Packages that use OpenGaussStatementParser.TableNamesContext
Package
Description
-
Uses of OpenGaussStatementParser.TableNamesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.TableNamesContextModifier and TypeMethodDescriptionOpenGaussStatementParser.DropTableContext.tableNames()OpenGaussStatementParser.InheritClauseContext.tableNames()OpenGaussStatementParser.PrivilegeLevelContext.tableNames()OpenGaussStatementParser.tableNames()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.TableNamesContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitTableNames(OpenGaussStatementParser.TableNamesContext ctx) Visit a parse tree produced byOpenGaussStatementParser.tableNames().OpenGaussStatementVisitor.visitTableNames(OpenGaussStatementParser.TableNamesContext ctx) Visit a parse tree produced byOpenGaussStatementParser.tableNames(). -
Uses of OpenGaussStatementParser.TableNamesContext 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.TableNamesContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitTableNames(OpenGaussStatementParser.TableNamesContext ctx)