Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ColumnOrColumnListContext
-
Packages that use OracleStatementParser.ColumnOrColumnListContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ColumnOrColumnListContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ColumnOrColumnListContext Modifier and Type Method Description OracleStatementParser.ColumnOrColumnListContextOracleStatementParser. columnOrColumnList()OracleStatementParser.ColumnOrColumnListContextOracleStatementParser.DropColumnClauseContext. columnOrColumnList()OracleStatementParser.ColumnOrColumnListContextOracleStatementParser.DropColumnSpecificationContext. columnOrColumnList()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ColumnOrColumnListContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitColumnOrColumnList(OracleStatementParser.ColumnOrColumnListContext ctx)Visit a parse tree produced byOracleStatementParser.columnOrColumnList().TOracleStatementVisitor. visitColumnOrColumnList(OracleStatementParser.ColumnOrColumnListContext ctx)Visit a parse tree produced byOracleStatementParser.columnOrColumnList().
-