Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ColumnClausesContext
-
Packages that use OracleStatementParser.ColumnClausesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ColumnClausesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ColumnClausesContext Modifier and Type Method Description OracleStatementParser.ColumnClausesContextOracleStatementParser.AlterDefinitionClauseContext. columnClauses()OracleStatementParser.ColumnClausesContextOracleStatementParser. columnClauses()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ColumnClausesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitColumnClauses(OracleStatementParser.ColumnClausesContext ctx)Visit a parse tree produced byOracleStatementParser.columnClauses().TOracleStatementVisitor. visitColumnClauses(OracleStatementParser.ColumnClausesContext ctx)Visit a parse tree produced byOracleStatementParser.columnClauses().
-