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.OracleTablePartitions.PartitionType

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

Uses of OracleTablePartitions.PartitionType in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora that return OracleTablePartitions.PartitionType
 OracleTablePartitions.PartitionType OracleTablePartitions.getPartitionType()
           
 OracleTablePartitions.PartitionType TablePartition.getPartitionType()
           
static OracleTablePartitions.PartitionType OracleTablePartitions.PartitionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OracleTablePartitions.PartitionType[] OracleTablePartitions.PartitionType.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 OracleTablePartitions.PartitionType
 void OracleTablePartitions.setPartitionType(OracleTablePartitions.PartitionType partitionType)
          Set PARTITION_TYPE as one of RANGE, HASH, LIST.
 void TablePartition.setPartitionType(OracleTablePartitions.PartitionType partitionType)
          Set PARTITION_TYPE as one of RANGE, HASH, LIST.
 

Constructors in oracle.javatools.db.ora with parameters of type OracleTablePartitions.PartitionType
OracleTablePartitions(OracleTablePartitions.PartitionType partitionType, OracleTablePartitions.ObjectType objectType)
           
TablePartition(OracleTablePartitions.PartitionType partitionType, OracleTablePartitions.ObjectType objectType)
           
TablePartition(java.lang.String name, OracleTablePartitions.PartitionType partitionType, OracleTablePartitions.ObjectType objectType)
           
 


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.