| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.AbstractDBObject
oracle.javatools.db.AbstractChildDBObject
oracle.javatools.db.Column
oracle.javatools.db.ViewColumn
@Deprecated public class ViewColumn
Custom Column for Views to use when they have a DeclarativeSQLQuery. A View Column wraps a SelectObject from the View's DeclarativeSQLQuery.
getOwnedObjects() does NOT return the SelectObject - the column doesn't own the SelectObject, the query does.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport | 
| Field Summary | 
|---|
| Fields inherited from class oracle.javatools.db.Column | 
|---|
AUTO_GENERATED_SEQUENCE, AUTO_GENERATED_SEQUENCE_TRIGGER, TYPE | 
| Fields inherited from interface oracle.javatools.db.DBObject | 
|---|
COMMENT | 
| Constructor Summary | |
|---|---|
ViewColumn()
Deprecated.  | 
|
ViewColumn(DBObjectID selectID)
Deprecated. Creates a new ViewColumn based on the given SelectObject).  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getName()
Deprecated. Overridden from DBObject - if the ViewColumn has no name specifically set the name of the select object is used (alias, or expression if no alias).  | 
 DBObjectID | 
getSelectObjectID()
Deprecated. Returns the SelectObject that this ViewColumn wraps.  | 
 boolean | 
isAsterisk()
Deprecated.  | 
 void | 
setSelectObjectID(DBObjectID selectID)
Deprecated. Sets the SelectObject that this ViewColumn wraps.  | 
| Methods inherited from class oracle.javatools.db.Column | 
|---|
getDataTypeUsage, getDefault, getPrecision, getRelation, getScale, getType, isNotNull, setDataTypeUsage, setDefault, setNotNull, setPrecision, setRelation, setScale | 
| Methods inherited from class oracle.javatools.db.AbstractChildDBObject | 
|---|
copyToImpl, findParent, getParent, getProperty, setParent, setProperty | 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getProperties, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface oracle.javatools.db.DBObject | 
|---|
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getReferenceIDs, replaceReferenceIDs, setID, setName | 
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet | 
|---|
getProperties, getProperty, setProperties | 
| Constructor Detail | 
|---|
public ViewColumn()
public ViewColumn(DBObjectID selectID)
| Method Detail | 
|---|
public DBObjectID getSelectObjectID()
public void setSelectObjectID(DBObjectID selectID)
public java.lang.String getName()
getName in interface DBObjectgetName in class AbstractDBObjectpublic boolean isAsterisk()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||