Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.UnreservedWordContext
-
Packages that use OpenGaussStatementParser.UnreservedWordContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.UnreservedWordContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.UnreservedWordContext Modifier and Type Method Description OpenGaussStatementParser.UnreservedWordContextOpenGaussStatementParser.AccessMethodContext. unreservedWord()OpenGaussStatementParser.UnreservedWordContextOpenGaussStatementParser.ColLabelContext. unreservedWord()OpenGaussStatementParser.UnreservedWordContextOpenGaussStatementParser.IdentifierContext. unreservedWord()OpenGaussStatementParser.UnreservedWordContextOpenGaussStatementParser.NonReservedWordContext. unreservedWord()OpenGaussStatementParser.UnreservedWordContextOpenGaussStatementParser.PartStrategyContext. unreservedWord()OpenGaussStatementParser.UnreservedWordContextOpenGaussStatementParser.TypeFunctionNameContext. unreservedWord()OpenGaussStatementParser.UnreservedWordContextOpenGaussStatementParser. unreservedWord()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.UnreservedWordContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitUnreservedWord(OpenGaussStatementParser.UnreservedWordContext ctx)Visit a parse tree produced byOpenGaussStatementParser.unreservedWord().TOpenGaussStatementVisitor. visitUnreservedWord(OpenGaussStatementParser.UnreservedWordContext ctx)Visit a parse tree produced byOpenGaussStatementParser.unreservedWord(). -
Uses of OpenGaussStatementParser.UnreservedWordContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.UnreservedWordContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitUnreservedWord(OpenGaussStatementParser.UnreservedWordContext ctx)
-