Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ColumnsContext
-
Packages that use OracleStatementParser.ColumnsContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ColumnsContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ColumnsContext Modifier and Type Method Description OracleStatementParser.ColumnsContextOracleStatementParser.AddClauseContext. columns()OracleStatementParser.ColumnsContextOracleStatementParser. columns()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ColumnsContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitColumns(OracleStatementParser.ColumnsContext ctx)Visit a parse tree produced byOracleStatementParser.columns().TOracleStatementVisitor. visitColumns(OracleStatementParser.ColumnsContext ctx)Visit a parse tree produced byOracleStatementParser.columns().
-