Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PartitionExtClauseContext
-
Packages that use OracleStatementParser.PartitionExtClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PartitionExtClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PartitionExtClauseContext Modifier and Type Method Description OracleStatementParser.PartitionExtClauseContextOracleStatementParser.DmlTableClauseContext. partitionExtClause()OracleStatementParser.PartitionExtClauseContextOracleStatementParser. partitionExtClause()OracleStatementParser.PartitionExtClauseContextOracleStatementParser.QueryTableExprTableClauseContext. partitionExtClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PartitionExtClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPartitionExtClause(OracleStatementParser.PartitionExtClauseContext ctx)Visit a parse tree produced byOracleStatementParser.partitionExtClause().TOracleStatementVisitor. visitPartitionExtClause(OracleStatementParser.PartitionExtClauseContext ctx)Visit a parse tree produced byOracleStatementParser.partitionExtClause().
-