Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.AlterTextSearchDictionaryContext
-
-
Uses of OpenGaussStatementParser.AlterTextSearchDictionaryContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.AlterTextSearchDictionaryContext Modifier and Type Method Description OpenGaussStatementParser.AlterTextSearchDictionaryContextOpenGaussStatementParser. alterTextSearchDictionary()OpenGaussStatementParser.AlterTextSearchDictionaryContextOpenGaussStatementParser.ExecuteContext. alterTextSearchDictionary()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.AlterTextSearchDictionaryContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitAlterTextSearchDictionary(OpenGaussStatementParser.AlterTextSearchDictionaryContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterTextSearchDictionary().TOpenGaussStatementVisitor. visitAlterTextSearchDictionary(OpenGaussStatementParser.AlterTextSearchDictionaryContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterTextSearchDictionary(). -
Uses of OpenGaussStatementParser.AlterTextSearchDictionaryContext 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.AlterTextSearchDictionaryContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitAlterTextSearchDictionary(OpenGaussStatementParser.AlterTextSearchDictionaryContext ctx)
-