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

E13403-08

Uses of Class
oracle.javatools.db.ora.OracleStorageProperties

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

Uses of OracleStorageProperties in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora that return OracleStorageProperties
 OracleStorageProperties OracleIndexOrganizedTableProperties.getOverflowProperties()
          Gets the overflow properties that are used if the table is marked as overflowable.
 OracleStorageProperties TablePartition.getSegmentAttributes()
           
 OracleStorageProperties IndexPartition.getSegmentAttributes()
           
 OracleStorageProperties LOBDescriptor.getStorage()
           
 

Methods in oracle.javatools.db.ora with parameters of type OracleStorageProperties
 void OracleIndexOrganizedTableProperties.setOverflowProperties(OracleStorageProperties overflowProperties)
          Sets the overflow properties that are used if the table is marked as overflowable.
 void TablePartition.setSegmentAttributes(OracleStorageProperties segmentAttributes)
          Set the OracleStorageProperties object defining the (sub)partition segment attribute properties.
 void IndexPartition.setSegmentAttributes(OracleStorageProperties segmentAttributes)
           
 void LOBDescriptor.setStorage(OracleStorageProperties storage)
           
 

Constructors in oracle.javatools.db.ora with parameters of type OracleStorageProperties
OracleIndexOrganizedTableProperties(java.lang.Integer pctThreshold, boolean mapped, java.lang.Integer keyCompression, DBObjectID includeColum, boolean overflowable, OracleStorageProperties overflowProperties)
           
 


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

E13403-08

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