Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.DeferredSegmentCreationContext
-
Packages that use OracleStatementParser.DeferredSegmentCreationContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.DeferredSegmentCreationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.DeferredSegmentCreationContext Modifier and Type Method Description OracleStatementParser.DeferredSegmentCreationContextOracleStatementParser. deferredSegmentCreation()OracleStatementParser.DeferredSegmentCreationContextOracleStatementParser.PhysicalPropertiesContext. deferredSegmentCreation()OracleStatementParser.DeferredSegmentCreationContextOracleStatementParser.TablePartitionDescriptionContext. deferredSegmentCreation()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.DeferredSegmentCreationContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitDeferredSegmentCreation(OracleStatementParser.DeferredSegmentCreationContext ctx)Visit a parse tree produced byOracleStatementParser.deferredSegmentCreation().TOracleStatementVisitor. visitDeferredSegmentCreation(OracleStatementParser.DeferredSegmentCreationContext ctx)Visit a parse tree produced byOracleStatementParser.deferredSegmentCreation().
-