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