Skip navigation links

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

E13403-06


oracle.javatools.db.ora
Enum MaterializedView.RollbackSegmentType

java.lang.Object
  extended by java.lang.Enum<MaterializedView.RollbackSegmentType>
      extended by oracle.javatools.db.ora.MaterializedView.RollbackSegmentType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MaterializedView.RollbackSegmentType>
Enclosing class:
MaterializedView

public static enum MaterializedView.RollbackSegmentType
extends java.lang.Enum<MaterializedView.RollbackSegmentType>

Enum Constant Summary
LOCAL
          Specifies that the remote rollback segment to be used for the local refresh group that contains the materialized view
MASTER
          Specifies the remote rollback segment to be used at the remote master site for the individual materialized view.
NONE
          No rollback segment clause in the refresh clause

 

Method Summary
static MaterializedView.RollbackSegmentType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MaterializedView.RollbackSegmentType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

NONE

public static final MaterializedView.RollbackSegmentType NONE
No rollback segment clause in the refresh clause

LOCAL

public static final MaterializedView.RollbackSegmentType LOCAL
Specifies that the remote rollback segment to be used for the local refresh group that contains the materialized view

MASTER

public static final MaterializedView.RollbackSegmentType MASTER
Specifies the remote rollback segment to be used at the remote master site for the individual materialized view.

Method Detail

values

public static MaterializedView.RollbackSegmentType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MaterializedView.RollbackSegmentType c : MaterializedView.RollbackSegmentType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MaterializedView.RollbackSegmentType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

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

E13403-06


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