Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.ColumnNamesContext
-
Packages that use SQL92StatementParser.ColumnNamesContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.sql92.visitor.statement -
-
Uses of SQL92StatementParser.ColumnNamesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQL92StatementParser.ColumnNamesContext Modifier and Type Method Description SQL92StatementParser.ColumnNamesContextSQL92StatementParser. columnNames()SQL92StatementParser.ColumnNamesContextSQL92StatementParser.ForeignKeyOptionContext. columnNames()SQL92StatementParser.ColumnNamesContextSQL92StatementParser.InsertSelectClauseContext. columnNames()SQL92StatementParser.ColumnNamesContextSQL92StatementParser.InsertValuesClauseContext. columnNames()SQL92StatementParser.ColumnNamesContextSQL92StatementParser.JoinSpecificationContext. columnNames()SQL92StatementParser.ColumnNamesContextSQL92StatementParser.PrimaryKeyOptionContext. columnNames()SQL92StatementParser.ColumnNamesContextSQL92StatementParser.PrivilegesContext. columnNames()SQL92StatementParser.ColumnNamesContextSQL92StatementParser.TableFactorContext. columnNames()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQL92StatementParser.ColumnNamesContext Modifier and Type Method Description TSQL92StatementBaseVisitor. visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx)Visit a parse tree produced bySQL92StatementParser.columnNames().TSQL92StatementVisitor. visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx)Visit a parse tree produced bySQL92StatementParser.columnNames(). -
Uses of SQL92StatementParser.ColumnNamesContext in org.apache.shardingsphere.sql.parser.sql92.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.sql92.visitor.statement with parameters of type SQL92StatementParser.ColumnNamesContext Modifier and Type Method Description ASTNodeSQL92StatementVisitor. visitColumnNames(SQL92StatementParser.ColumnNamesContext ctx)
-