Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.cm.ds.db.Table

Packages that use Table
oracle.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
 

Uses of Table in oracle.jdeveloper.cm.ds.db
 

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

Methods in oracle.jdeveloper.cm.ds.db with parameters of type Table
protected  void Table.copyToImpl(Table copy)
           
protected  boolean Table.equalsImpl(Table target)
           
 void Index.setTable(Table table)
          Sets the table on which this index acts.
 

Constructors in oracle.jdeveloper.cm.ds.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
 


Extension SDK

 

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