Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.db.ora.MaterializedView.RollbackSegmentType

Packages that use MaterializedView.RollbackSegmentType
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
 

Uses of MaterializedView.RollbackSegmentType in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora that return MaterializedView.RollbackSegmentType
 MaterializedView.RollbackSegmentType MaterializedView.getRollbackSegmentType()
          If specifying a rollback segment in the refresh clause of the materialized view, returns whether the rollback segment is local or master:
static MaterializedView.RollbackSegmentType MaterializedView.RollbackSegmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MaterializedView.RollbackSegmentType[] MaterializedView.RollbackSegmentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.javatools.db.ora with parameters of type MaterializedView.RollbackSegmentType
 void MaterializedView.setRollbackSegmentType(MaterializedView.RollbackSegmentType rsType)
          If specifying a rollback segment in the refresh clause of the materialized view, specifies whether the rollback segment is local or master:
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.