| 
 | 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.RewriteCapability>
java.lang.Enum<MaterializedView.RewriteCapability>
       oracle.javatools.db.ora.MaterializedView.RewriteCapability
oracle.javatools.db.ora.MaterializedView.RewriteCapability
public static enum MaterializedView.RewriteCapability
Valid values for the rewrite capability
MaterializedView.getRewriteType()| Enum Constant Summary | |
|---|---|
| GENERALMaterialized view cannot be used for rewrite, because rewrite is disallowed or prevented | |
| NONEMaterialized view cannot be used for rewrite, because rewrite is disallowed or prevented. | |
| TEXTMATCHDefining query of the materialized view contained no restrictions on the use of query rewrite, so the Oracle Database can apply any rewrite rule that is supported | |
| Method Summary | |
|---|---|
| static MaterializedView.RewriteCapability | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static MaterializedView.RewriteCapability[] | 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.RewriteCapability NONE
MaterializedView.getRewriteType()public static final MaterializedView.RewriteCapability TEXTMATCH
public static final MaterializedView.RewriteCapability GENERAL
| Method Detail | 
|---|
public static MaterializedView.RewriteCapability[] values()
for (MaterializedView.RewriteCapability c : MaterializedView.RewriteCapability.values())
    System.out.println(c);
public static MaterializedView.RewriteCapability 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 | |||||||||