Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.ColumnNameContext
Packages that use SQL92StatementParser.ColumnNameContext
Package
Description
-
Uses of SQL92StatementParser.ColumnNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.ColumnNameContextModifier and TypeMethodDescriptionSQL92StatementParser.AssignmentContext.columnName()SQL92StatementParser.ColumnDefinitionContext.columnName()SQL92StatementParser.columnName()SQL92StatementParser.ColumnNamesContext.columnName(int i) SQL92StatementParser.DropColumnSpecificationContext.columnName()SQL92StatementParser.KeyPartContext.columnName()SQL92StatementParser.OrderByItemContext.columnName()SQL92StatementParser.ProjectionContext.columnName()SQL92StatementParser.SimpleExprContext.columnName()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type SQL92StatementParser.ColumnNameContextMethods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.ColumnNameContextModifier and TypeMethodDescriptionSQL92StatementBaseVisitor.visitColumnName(SQL92StatementParser.ColumnNameContext ctx) Visit a parse tree produced bySQL92StatementParser.columnName().SQL92StatementVisitor.visitColumnName(SQL92StatementParser.ColumnNameContext ctx) Visit a parse tree produced bySQL92StatementParser.columnName(). -
Uses of SQL92StatementParser.ColumnNameContext in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl with parameters of type SQL92StatementParser.ColumnNameContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQL92StatementSQLVisitor.visitColumnName(SQL92StatementParser.ColumnNameContext ctx)