| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AliasFragment
SQLFragment that consists of an expression and an alias.
| Field Summary | 
|---|
| 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 | 
| 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.ChildDBObject | 
|---|
getParent, setParent | 
| Methods inherited from interface oracle.javatools.db.DBObject | 
|---|
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getReferenceIDs, getType, replaceReferenceIDs, setID, setName | 
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet | 
|---|
getProperties, getProperty, getProperty, setProperties, setProperty | 
| Method Detail | 
|---|
java.lang.String getAlias()
void setAlias(java.lang.String alias)
SQLFragment getExpression()
void setExpression(SQLFragment exp)
java.lang.String getSQLText()
getSQLText in interface SQLFragmentjava.lang.String getName()
getName in interface DBObject
@Deprecated
java.lang.String getUsableAlias()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||