Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ColumnrefContext
Packages that use PostgreSQLStatementParser.ColumnrefContext
Package
Description
-
Uses of PostgreSQLStatementParser.ColumnrefContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ColumnrefContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.CExprContext.columnref()PostgreSQLStatementParser.columnref()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ColumnrefContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitColumnref(PostgreSQLStatementParser.ColumnrefContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.columnref().PostgreSQLStatementParserVisitor.visitColumnref(PostgreSQLStatementParser.ColumnrefContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.columnref(). -
Uses of PostgreSQLStatementParser.ColumnrefContext 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.ColumnrefContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLStatementSQLVisitor.visitColumnref(PostgreSQLStatementParser.ColumnrefContext ctx)