| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| 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.sql.AbstractSQLFragment
oracle.javatools.db.sql.AbstractFromObjectUsage
oracle.javatools.db.sql.AbstractDBObjectUsage
oracle.javatools.db.sql.ColumnUsage
public class ColumnUsage
SQL fragment that is a use of a Column. Used as a child of SelectObject or WhereObject.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
AbstractDBObject.ChildSupport | 
| Field Summary | 
|---|
| Fields inherited from class oracle.javatools.db.sql.AbstractSQLFragment | 
|---|
DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, NEWLINE, SPACE | 
| Fields inherited from interface oracle.javatools.db.sql.SQLFragment | 
|---|
CONNECTBY, FROM, GROUPBY, HAVING, NOCYCLE, ORDERBY, SELECT, STARTWITH, TYPE, WHERE | 
| Fields inherited from interface oracle.javatools.db.DBObject | 
|---|
COMMENT | 
| Constructor Summary | |
|---|---|
ColumnUsage()
Create an empty ColumnUsage.  | 
|
ColumnUsage(DBObjectID colID)
Create a ColumnUsage using the given Column ID to reference.  | 
|
ColumnUsage(DBObjectID colID,
            FromObject from)
Create a ColumnUsage using the given Column ID and FromObject to reference.  | 
|
| Method Summary | |
|---|---|
 java.lang.String[] | 
getAttributes()
Gets the list of attributes used.  | 
 java.lang.String | 
getSQLText()
Returns the SQLText for the ColumnUsage.  | 
 boolean | 
isOuterJoin()
Returns true if this column usage includes the outer join syntax for a where clause.  | 
 void | 
setAlwaysQuote(boolean boo)
 | 
 void | 
setAttributes(java.lang.String[] attrs)
Sets the list of attributes used (if any).  | 
 void | 
setColumnID(DBObjectID colID)
Deprecated.  | 
 void | 
setOuterJoin(boolean oj)
Sets whether this column usage contains the where clause syntax for an outer join.  | 
| Methods inherited from class oracle.javatools.db.sql.AbstractDBObjectUsage | 
|---|
copyToImpl, getColumnName, getExternalName, getObjectID, getProvider, setObjectID, setProvider | 
| Methods inherited from class oracle.javatools.db.sql.AbstractFromObjectUsage | 
|---|
getFromObject, getFromObjectID, getSQLTextImpl, isQualified, resolveFromObject, resolveFromObject, setFromObject, setFromObjectID, setQualified | 
| Methods inherited from class oracle.javatools.db.sql.AbstractSQLFragment | 
|---|
appendToBuffer, argsToString, getTextOrNull, getTextOrNull, getType, setParent, surroundWithBrackets, surroundWithBrackets, toString | 
| Methods inherited from class oracle.javatools.db.AbstractChildDBObject | 
|---|
findParent, getParent, getProperty, setProperty | 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
|---|
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getProperties, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface oracle.javatools.db.ChildDBObject | 
|---|
getParent, setParent | 
| Methods inherited from interface oracle.javatools.db.DBObject | 
|---|
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, getType, replaceReferenceIDs, setID, setName | 
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet | 
|---|
getProperties, getProperty, getProperty, setProperties, setProperty | 
| Constructor Detail | 
|---|
public ColumnUsage()
public ColumnUsage(DBObjectID colID)
public ColumnUsage(DBObjectID colID,
                   FromObject from)
| Method Detail | 
|---|
@Deprecated public void setColumnID(DBObjectID colID)
public java.lang.String[] getAttributes()
public void setAttributes(java.lang.String[] attrs)
getAttributes()public void setOuterJoin(boolean oj)
public boolean isOuterJoin()
public java.lang.String getSQLText()
public void setAlwaysQuote(boolean boo)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||