Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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.
protected  void FileSpecification.copyToImpl(FileSpecification copy, DBObject copyParent, IDPolicy idPolicy)
           
protected  boolean FileSpecification.equalsImpl(FileSpecification target)
           
 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)

E13403-03

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