Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.db.ora.OracleTablespaceProperties.RetentionType

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

Uses of OracleTablespaceProperties.RetentionType in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora that return OracleTablespaceProperties.RetentionType
 OracleTablespaceProperties.RetentionType OracleTablespaceProperties.getRetention()
          Return RETENTION type
static OracleTablespaceProperties.RetentionType OracleTablespaceProperties.RetentionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OracleTablespaceProperties.RetentionType[] OracleTablespaceProperties.RetentionType.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 OracleTablespaceProperties.RetentionType
 void OracleTablespaceProperties.setRetention(OracleTablespaceProperties.RetentionType retention)
          Set RETENTION type, either GUARANTEE or NOGUARANTEE (Only applicable for UNDO tablespaces)
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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