Extension SDK 9.0.5

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

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

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

Methods in oracle.jdeveloper.cm.ds.db that return Column
 Column[] Relation.getColumns()
          Retrieves the list of columns contained in this relation.
 Column Relation.getColumn(java.lang.String name)
          Retrieves one column by name.
 Column[] ColumnConstraint.getColumns()
          Retrieves the constrained columns.
 Column[] Index.getColumns()
          Retrieves the columns referenced by this index.
 

Methods in oracle.jdeveloper.cm.ds.db with parameters of type Column
 void Relation.setColumns(Column[] newCols)
          Sets the entire list of columns, replacing any that have previously been added.
 void Relation.addColumn(Column col)
          Adds one column to this relation.
 void Relation.removeColumn(Column col)
          Removes a column from this relation.
 void ColumnConstraint.setColumns(Column[] columns)
          Sets the constrained columns.
 void ColumnConstraint.addColumn(Column col)
          Adds a constrained column.
 void ColumnConstraint.removeColumn(Column col)
          Removes a column from the list of constrained columns.
protected  void Column.copyToImpl(Column copy)
           
 boolean Column.equalsImpl(Column copy)
           
 void Index.setColumns(Column[] cols)
          Sets the columns referenced by this index.
 void Index.addColumn(Column col)
          Adds a column to the list of indexed columns.
 void Index.removeColumn(Column col)
          Removes a column from the list of indexed columns
 


Extension SDK

 

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