Skip navigation links

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

E52944-01


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

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

 

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

 

Methods in oracle.javatools.db.ora that return MaterializedView.FastRefreshable
 MaterializedView.FastRefreshable MaterializedView.getFastRefresh()
          Gets whether the materialized view is eligible for incremental (fast) refresh.
static MaterializedView.FastRefreshable MaterializedView.FastRefreshable.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MaterializedView.FastRefreshable[] MaterializedView.FastRefreshable.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.FastRefreshable
 void MaterializedView.setFastRefresh(MaterializedView.FastRefreshable fastRefresh)
          Sets whether the materialized view is eligible for incremental (fast) refresh.

 


Skip navigation links

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

E52944-01


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