Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.UnreservedWordContext
Packages that use PostgreSQLStatementParser.UnreservedWordContext
Package
Description
-
Uses of PostgreSQLStatementParser.UnreservedWordContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.UnreservedWordContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.AccessMethodContext.unreservedWord()PostgreSQLStatementParser.ColLabelContext.unreservedWord()PostgreSQLStatementParser.IdentifierContext.unreservedWord()PostgreSQLStatementParser.NonReservedWordContext.unreservedWord()PostgreSQLStatementParser.PartStrategyContext.unreservedWord()PostgreSQLStatementParser.TypeFunctionNameContext.unreservedWord()PostgreSQLStatementParser.unreservedWord()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.UnreservedWordContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitUnreservedWord(PostgreSQLStatementParser.UnreservedWordContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.unreservedWord().PostgreSQLStatementParserVisitor.visitUnreservedWord(PostgreSQLStatementParser.UnreservedWordContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.unreservedWord(). -
Uses of PostgreSQLStatementParser.UnreservedWordContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.UnreservedWordContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLStatementSQLVisitor.visitUnreservedWord(PostgreSQLStatementParser.UnreservedWordContext ctx)