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


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.