Skip navigation links

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

E17493-04


Uses of Class
oracle.javatools.db.Index.IndexType

Packages that use Index.IndexType
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 

 

Uses of Index.IndexType in oracle.javatools.db

 

Methods in oracle.javatools.db that return Index.IndexType
 Index.IndexType Index.getIndexType()
          Get the type of the index.
static Index.IndexType Index.IndexType.migrate(java.lang.String old)
           
static Index.IndexType Index.IndexType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Index.IndexType[] Index.IndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.javatools.db with parameters of type Index.IndexType
 void Index.setIndexType(Index.IndexType indexType)
          Set the type of the index.

 


Skip navigation links

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

E17493-04


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