Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.AlterTableCmdContext
-
Packages that use OpenGaussStatementParser.AlterTableCmdContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.AlterTableCmdContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.AlterTableCmdContext Modifier and Type Method Description OpenGaussStatementParser.AlterTableCmdContextOpenGaussStatementParser. alterTableCmd()OpenGaussStatementParser.AlterTableCmdContextOpenGaussStatementParser.AlterTableCmdsContext. alterTableCmd(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.AlterTableCmdContext Modifier and Type Method Description List<OpenGaussStatementParser.AlterTableCmdContext>OpenGaussStatementParser.AlterTableCmdsContext. alterTableCmd()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.AlterTableCmdContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitAlterTableCmd(OpenGaussStatementParser.AlterTableCmdContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterTableCmd().TOpenGaussStatementVisitor. visitAlterTableCmd(OpenGaussStatementParser.AlterTableCmdContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterTableCmd().
-