Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.ColumnrefContext
-
Packages that use PostgreSQLStatementParser.ColumnrefContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement -
-
Uses of PostgreSQLStatementParser.ColumnrefContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.ColumnrefContext Modifier and Type Method Description PostgreSQLStatementParser.ColumnrefContextPostgreSQLStatementParser.CExprContext. columnref()PostgreSQLStatementParser.ColumnrefContextPostgreSQLStatementParser. columnref()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.ColumnrefContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitColumnref(PostgreSQLStatementParser.ColumnrefContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.columnref().TPostgreSQLStatementParserVisitor. visitColumnref(PostgreSQLStatementParser.ColumnrefContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.columnref(). -
Uses of PostgreSQLStatementParser.ColumnrefContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement with parameters of type PostgreSQLStatementParser.ColumnrefContext Modifier and Type Method Description ASTNodePostgreSQLStatementVisitor. visitColumnref(PostgreSQLStatementParser.ColumnrefContext ctx)
-