|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SQLFragment that consists of an expression and an alias.
| Field Summary |
| Fields inherited from interface oracle.javatools.db.sql.SQLFragment |
FROM, GROUPBY, HAVING, ORDERBY, SELECT, TYPE, WHERE |
| Fields inherited from interface oracle.javatools.db.DBObject |
COMMENT |
| Method Summary | |
java.lang.String |
getAlias()
Returns the alias portion of this SQLFragment. |
SQLFragment |
getExpression()
Returns the expression portion of this SQLFragment. |
java.lang.String |
getName()
Returns a String that can be used to alias columns that depend on this fragment. |
java.lang.String |
getSQLText()
Returns the entire fragment (expression plus alias). |
java.lang.String |
getUsableAlias()
Deprecated. - use getName() |
void |
setAlias(java.lang.String alias)
Sets the alias portion of this SQLFragment. |
void |
setExpression(SQLFragment exp)
Sets the expression portion of this SQLFragment. |
| Methods inherited from interface oracle.javatools.db.sql.SQLFragment |
getChildren, getParent, setParent |
| Methods inherited from interface oracle.javatools.db.DBObject |
copyTo, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getReferenceIDs, getType, replaceReferenceIDs, setID, setName |
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet |
getProperties, getProperty, getProperty, setProperties, setProperty |
| Method Detail |
public java.lang.String getAlias()
public void setAlias(java.lang.String alias)
public SQLFragment getExpression()
public void setExpression(SQLFragment exp)
public java.lang.String getSQLText()
getSQLText in interface SQLFragmentpublic java.lang.String getName()
getName in interface DBObjectpublic java.lang.String getUsableAlias()
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.