Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.UnreservedWordContext
-
Packages that use PostgreSQLStatementParser.UnreservedWordContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement -
-
Uses of PostgreSQLStatementParser.UnreservedWordContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.UnreservedWordContext Modifier and Type Method Description PostgreSQLStatementParser.UnreservedWordContextPostgreSQLStatementParser.AccessMethodContext. unreservedWord()PostgreSQLStatementParser.UnreservedWordContextPostgreSQLStatementParser.ColLabelContext. unreservedWord()PostgreSQLStatementParser.UnreservedWordContextPostgreSQLStatementParser.IdentifierContext. unreservedWord()PostgreSQLStatementParser.UnreservedWordContextPostgreSQLStatementParser.NonReservedWordContext. unreservedWord()PostgreSQLStatementParser.UnreservedWordContextPostgreSQLStatementParser.PartStrategyContext. unreservedWord()PostgreSQLStatementParser.UnreservedWordContextPostgreSQLStatementParser.TypeFunctionNameContext. unreservedWord()PostgreSQLStatementParser.UnreservedWordContextPostgreSQLStatementParser. unreservedWord()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.UnreservedWordContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitUnreservedWord(PostgreSQLStatementParser.UnreservedWordContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.unreservedWord().TPostgreSQLStatementParserVisitor. visitUnreservedWord(PostgreSQLStatementParser.UnreservedWordContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.unreservedWord(). -
Uses of PostgreSQLStatementParser.UnreservedWordContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement with parameters of type PostgreSQLStatementParser.UnreservedWordContext Modifier and Type Method Description ASTNodePostgreSQLStatementVisitor. visitUnreservedWord(PostgreSQLStatementParser.UnreservedWordContext ctx)
-