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

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

 

Methods in oracle.javatools.db that return FileSpecification
 FileSpecification Tablespace.getFileSpecification(java.lang.String name)
          Retrieves one data/temp file by name.
 FileSpecification[] Tablespace.getFileSpecifications()
          Retrieves the list of data/temp files contained in this tablespace.

 

Methods in oracle.javatools.db with parameters of type FileSpecification
 void Tablespace.addFileSpecification(FileSpecification fileSpec)
          Adds one data/temp file to this tablespace.
 void Tablespace.addFileSpecification(int index, FileSpecification col)
          Adds one data/temp file to this tablespace at the given index.
 void Tablespace.removeFileSpecification(FileSpecification fileSpec)
          Removes a data/temp file from this tablespace.
 void Tablespace.setFileSpecifications(FileSpecification[] newFiles)
          Sets the entire list of data/temp files, replacing any that have previously been added.

 


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.