| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.josql.expressions.Expression
org.josql.expressions.AliasedExpression
org.josql.expressions.AliasedFunction
public class AliasedFunction
A function that also has an alias. This generally occurs in the "EXECUTE ON" clause.
| Field Summary | 
|---|
| Fields inherited from class org.josql.expressions.AliasedExpression | 
|---|
| exp | 
| Constructor Summary | |
|---|---|
| AliasedFunction() | |
| Method Summary | |
|---|---|
|  Function | getFunction()Get the function that is aliased. | 
| Methods inherited from class org.josql.expressions.AliasedExpression | 
|---|
| getAlias, getExpectedReturnType, getExpression, getValue, hasFixedResult, init, isTrue, setAlias, setExpression, toString | 
| Methods inherited from class org.josql.expressions.Expression | 
|---|
| isBracketed, setBracketed | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public AliasedFunction()
| Method Detail | 
|---|
public Function getFunction()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||