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.Tablespace.FileType

Packages that use Tablespace.FileType
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 Tablespace.FileType in oracle.javatools.db
 

Methods in oracle.javatools.db that return Tablespace.FileType
 Tablespace.FileType Tablespace.getFileType()
           
static Tablespace.FileType Tablespace.FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Tablespace.FileType[] Tablespace.FileType.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 Tablespace.FileType
 void Tablespace.setFileType(Tablespace.FileType fileType)
          Set the file type, either BIGFILE for a tablespace with a single data file or SMALLFILE for a tablespace that can have one or more file specifications associated
 


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.