Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.TablePartitioningClausesContext
-
Packages that use OracleStatementParser.TablePartitioningClausesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.TablePartitioningClausesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.TablePartitioningClausesContext Modifier and Type Method Description OracleStatementParser.TablePartitioningClausesContextOracleStatementParser. tablePartitioningClauses()OracleStatementParser.TablePartitioningClausesContextOracleStatementParser.TablePropertiesContext. tablePartitioningClauses()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.TablePartitioningClausesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitTablePartitioningClauses(OracleStatementParser.TablePartitioningClausesContext ctx)Visit a parse tree produced byOracleStatementParser.tablePartitioningClauses().TOracleStatementVisitor. visitTablePartitioningClauses(OracleStatementParser.TablePartitioningClausesContext ctx)Visit a parse tree produced byOracleStatementParser.tablePartitioningClauses().
-