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

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

Uses of LOBDescriptor in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora that return LOBDescriptor
static LOBDescriptor LOBDescriptor.findLOBDescriptorForColumn(Column column)
           
 LOBDescriptor[] TablePartition.getLOBDescriptors()
          Return an array of LOBDescriptor objects that define the (sub)partitioning properties of a table's LOB or VARRAY columns for this (sub)partition.
 LOBDescriptor OracleColumnProperties.getLOBProperties()
           
 LOBDescriptor OracleColumnProperties.getVAProperties()
           
 

Methods in oracle.javatools.db.ora with parameters of type LOBDescriptor
 void TablePartition.addLOBDescriptor(LOBDescriptor lobDescriptor)
          Add a LOBDescriptor object that defines the (sub)partitioning properties of a LOB or VARRAY column for this (sub)partition.
 void TablePartition.removeLOBDescriptor(LOBDescriptor lobDescriptor)
          Remove a LOBDescriptor object that defines the (sub)partitioning properties of a LOB or VARRAY column for this (sub)partition.
 void TablePartition.setLOBDescriptors(LOBDescriptor[] lobDescriptors)
          Replace the LOBDescriptor objects that define the (sub)partitioning properties of a table's LOB and VARRAY columns for this (sub)partition.
 void OracleColumnProperties.setLOBProperties(LOBDescriptor lobProperties)
           
 void OracleColumnProperties.setVAProperties(LOBDescriptor vaProperties)
           
 


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.