Uses of Class
org.apache.shardingsphere.sql.parser.autogen.MySQLStatementParser.ColumnRefContext
-
Packages that use MySQLStatementParser.ColumnRefContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.mysql.visitor.statement -
-
Uses of MySQLStatementParser.ColumnRefContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return MySQLStatementParser.ColumnRefContext Modifier and Type Method Description MySQLStatementParser.ColumnRefContextMySQLStatementParser.AlterOrderListContext. columnRef(int i)MySQLStatementParser.ColumnRefContextMySQLStatementParser.AssignmentContext. columnRef()MySQLStatementParser.ColumnRefContextMySQLStatementParser. columnRef()MySQLStatementParser.ColumnRefContextMySQLStatementParser.ColumnRefListContext. columnRef(int i)MySQLStatementParser.ColumnRefContextMySQLStatementParser.ExplainContext. columnRef()MySQLStatementParser.ColumnRefContextMySQLStatementParser.InsertIdentifierContext. columnRef()MySQLStatementParser.ColumnRefContextMySQLStatementParser.JsonFunctionContext. columnRef()MySQLStatementParser.ColumnRefContextMySQLStatementParser.SimpleExprContext. columnRef()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type MySQLStatementParser.ColumnRefContext Modifier and Type Method Description List<MySQLStatementParser.ColumnRefContext>MySQLStatementParser.AlterOrderListContext. columnRef()List<MySQLStatementParser.ColumnRefContext>MySQLStatementParser.ColumnRefListContext. columnRef()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type MySQLStatementParser.ColumnRefContext Modifier and Type Method Description TMySQLStatementBaseVisitor. visitColumnRef(MySQLStatementParser.ColumnRefContext ctx)Visit a parse tree produced byMySQLStatementParser.columnRef().TMySQLStatementVisitor. visitColumnRef(MySQLStatementParser.ColumnRefContext ctx)Visit a parse tree produced byMySQLStatementParser.columnRef(). -
Uses of MySQLStatementParser.ColumnRefContext in org.apache.shardingsphere.sql.parser.mysql.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.mysql.visitor.statement with parameters of type MySQLStatementParser.ColumnRefContext Modifier and Type Method Description ASTNodeMySQLStatementVisitor. visitColumnRef(MySQLStatementParser.ColumnRefContext ctx)
-