|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 | |
---|---|
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |