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