Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateTableContext
-
Packages that use OpenGaussStatementParser.CreateTableContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.CreateTableContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateTableContext Modifier and Type Method Description OpenGaussStatementParser.CreateTableContextOpenGaussStatementParser. createTable()OpenGaussStatementParser.CreateTableContextOpenGaussStatementParser.ExecuteContext. createTable()OpenGaussStatementParser.CreateTableContextOpenGaussStatementParser.SchemaStmtContext. createTable()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateTableContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCreateTable(OpenGaussStatementParser.CreateTableContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createTable().TOpenGaussStatementVisitor. visitCreateTable(OpenGaussStatementParser.CreateTableContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createTable(). -
Uses of OpenGaussStatementParser.CreateTableContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.CreateTableContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitCreateTable(OpenGaussStatementParser.CreateTableContext ctx)
-