| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
   java.lang.Enum<MaterializedView.Staleness>
java.lang.Enum<MaterializedView.Staleness>
       oracle.javatools.db.ora.MaterializedView.Staleness
oracle.javatools.db.ora.MaterializedView.Staleness
public static enum MaterializedView.Staleness
Relationship between the contents of the materialized view and the contents of the materialized view's masters
| Enum Constant Summary | |
|---|---|
| COMPILATION_ERRORThe Materialized view compilation failed. | |
| FRESHMaterialized view is a read-consistent view of the current state of its masters | |
| NEEDS_COMPILEThe Materialized view needs compiling. | |
| STALEMaterialized view is out of date because one or more of its masters has changed. | |
| UNDEFINEDMaterialized view has remote masters. | |
| UNKNOWNOracle Database does not know whether the materialized view is in a read-consistent view of its masters from any point in time (this is the case for materialized views created on prebuilt tables) | |
| UNUSABLEMaterialized view is not a read-consistent view of its masters from any point in time | |
| Method Summary | |
|---|---|
| static MaterializedView.Staleness | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static MaterializedView.Staleness[] | 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 | 
|---|
public static final MaterializedView.Staleness FRESH
public static final MaterializedView.Staleness STALE
public static final MaterializedView.Staleness UNUSABLE
public static final MaterializedView.Staleness UNKNOWN
public static final MaterializedView.Staleness UNDEFINED
public static final MaterializedView.Staleness NEEDS_COMPILE
public static final MaterializedView.Staleness COMPILATION_ERROR
| Method Detail | 
|---|
public static MaterializedView.Staleness[] values()
for (MaterializedView.Staleness c : MaterializedView.Staleness.values())
    System.out.println(c);
public static MaterializedView.Staleness valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||