Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateIndexSpecificationContext
-
Packages that use OpenGaussStatementParser.CreateIndexSpecificationContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.CreateIndexSpecificationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateIndexSpecificationContext Modifier and Type Method Description OpenGaussStatementParser.CreateIndexSpecificationContextOpenGaussStatementParser.CreateIndexContext. createIndexSpecification()OpenGaussStatementParser.CreateIndexSpecificationContextOpenGaussStatementParser. createIndexSpecification()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateIndexSpecificationContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCreateIndexSpecification(OpenGaussStatementParser.CreateIndexSpecificationContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createIndexSpecification().TOpenGaussStatementVisitor. visitCreateIndexSpecification(OpenGaussStatementParser.CreateIndexSpecificationContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createIndexSpecification().
-