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

E13403-02

Uses of Class
oracle.javatools.db.Table

Packages that use Table
oracle.ide.db.controls Reusable UI controls to used to show or list database objects. 
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
oracle.jdeveloper.offlinedb Database API extension for saving database object definitions in XML files. 
 

Uses of Table in oracle.ide.db.controls
 

Methods in oracle.ide.db.controls that return Table
 Table TablePicker.getTable()
           
 

Uses of Table in oracle.javatools.db
 

Methods in oracle.javatools.db that return Table
 Table Index.getTable()
          Retrieves the table on which this index is defined.
 

Methods in oracle.javatools.db with parameters of type Table
protected  void Index.copyToImpl(Index copy, Table copyParent, IDPolicy idPolicy)
           
static PKConstraint PKConstraint.getPrimaryKey(Table table)
          Returns a primary key for the given table, if it owns one.
 void Index.setTable(Table table)
          Sets the table on which this index acts.
 

Constructors in oracle.javatools.db with parameters of type Table
Index(java.lang.String name, Schema schema, Table table)
          Constructs a new index on the specified table using the specified name and schema, and adds the index to the table.
Index(java.lang.String name, Table table)
          Constructs a new index on the specified table using the specified name, and adds the index to the table.
 

Uses of Table in oracle.javatools.db.ora
 

Subclasses of Table in oracle.javatools.db.ora
 class MaterializedView
          A MaterializedView represents a Materialized View in the database.
 

Uses of Table in oracle.jdeveloper.offlinedb
 

Methods in oracle.jdeveloper.offlinedb that return Table
 Table OfflineDBObjectFactory.newTable()
          Deprecated. use newSchemaObject( Table.class )
 Table OfflineDBObjectFactory.newTable(Table template)
          Deprecated. use the template support
 

Methods in oracle.jdeveloper.offlinedb with parameters of type Table
 Table OfflineDBObjectFactory.newTable(Table template)
          Deprecated. use the template support
 


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

E13403-02

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