@Deprecated public class ViewColumn extends Column
getOwnedObjects() does NOT return the SelectObject - the column doesn't own the SelectObject, the query does.
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportAUTO_GENERATED_SEQUENCE, AUTO_GENERATED_SEQUENCE_TRIGGER, TYPE| Constructor and Description | 
|---|
ViewColumn()
Deprecated.  
  | 
ViewColumn(DBObjectID selectID)
Deprecated.  
Creates a new ViewColumn based on the given SelectObject). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
setName(java.lang.String name)
Deprecated.  
Sets the name of this object. 
 | 
void | 
setSelectObjectID(DBObjectID selectID)
Deprecated.  
Sets the SelectObject that this ViewColumn wraps. 
 | 
getDataTypeUsage, getDefault, getIdentityProperties, getPrecision, getRelation, getScale, getType, getVirtualExpression, getVirtualExpressionSource, isNotNull, setDataTypeUsage, setDefault, setIdentityProperties, setNotNull, setPrecision, setRelation, setScale, setVirtualExpression, setVirtualExpressionSourcesetParentcheckInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setIDgetProperty, getProperty, setProperties, setPropertypublic ViewColumn()
public ViewColumn(DBObjectID selectID)
public DBObjectID getSelectObjectID()
public void setSelectObjectID(DBObjectID selectID)
public java.lang.String getName()
getName in interface DBObjectgetName in class AbstractDBObjectpublic void setName(java.lang.String name)
DBObjectsetName in interface DBObjectsetName in class AbstractDBObjectname - a string containing the new name for this object.public boolean isAsterisk()