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.LoggingType

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

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

Methods in oracle.javatools.db.ora that return OracleTablespaceProperties.LoggingType
 OracleTablespaceProperties.LoggingType OracleTablespaceProperties.getLogging()
          Return logging type
static OracleTablespaceProperties.LoggingType OracleTablespaceProperties.LoggingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OracleTablespaceProperties.LoggingType[] OracleTablespaceProperties.LoggingType.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.LoggingType
 void OracleTablespaceProperties.setLogging(OracleTablespaceProperties.LoggingType logging)
          Set logging type.
 


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.