Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.ColumnNamesContext
Packages that use SQL92StatementParser.ColumnNamesContext
Package
Description
-
Uses of SQL92StatementParser.ColumnNamesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.ColumnNamesContextModifier and TypeMethodDescriptionSQL92StatementParser.columnNames()SQL92StatementParser.ForeignKeyOptionContext.columnNames()SQL92StatementParser.InsertSelectClauseContext.columnNames()SQL92StatementParser.InsertValuesClauseContext.columnNames()SQL92StatementParser.JoinSpecificationContext.columnNames()SQL92StatementParser.PrimaryKeyOptionContext.columnNames()SQL92StatementParser.PrivilegesContext.columnNames()SQL92StatementParser.TableFactorContext.columnNames()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.ColumnNamesContextModifier and TypeMethodDescriptionSQL92StatementBaseVisitor.visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx) Visit a parse tree produced bySQL92StatementParser.columnNames().SQL92StatementVisitor.visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx) Visit a parse tree produced bySQL92StatementParser.columnNames(). -
Uses of SQL92StatementParser.ColumnNamesContext 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.ColumnNamesContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQL92StatementSQLVisitor.visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx)