public interface AliasFragment extends SQLFragment
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAlias()Returns the alias portion of this SQLFragment. | 
| SQLFragment | getExpression()Returns the expression portion of this SQLFragment. | 
| java.lang.String | getSQLText()Returns the entire fragment (expression plus alias). | 
| java.lang.String | getUsableAlias()Obtains a String that can be used as an alias to this fragment. | 
| void | setAlias(java.lang.String alias)Sets the alias portion of this SQLFragment. | 
| void | setExpression(SQLFragment exp)Sets the expression portion of this SQLFragment. | 
getStartOffsetgetParent, setParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertyjava.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 getUsableAlias()