|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.makumba.providers.query.mql.FunctionCall
public class FunctionCall
| Constructor Summary | |
|---|---|
FunctionCall(DataDefinition.QueryFragmentFunction function,
Vector<MqlNode> orderedArguments,
Vector<Node> orderedArgumentsOrigins,
DataDefinition parentType,
String path,
boolean isFunctionArgument,
boolean isMQLFunction,
boolean isActorFunction,
boolean isInWhere)
|
|
| Method Summary | |
|---|---|
static String |
getActorType(String key)
|
DataDefinition.QueryFragmentFunction |
getFunction()
|
String |
getKey()
|
Vector<Node> |
getOrderedArgumentOrigins()
|
Vector<MqlNode> |
getOrderedArguments()
|
DataDefinition |
getParentType()
|
String |
getPath()
get the path to the function call, i.e. a.b.c.functionCall() |
FunctionCall |
incrementId()
|
boolean |
isActorFunction()
|
boolean |
isFunctionArgument()
|
boolean |
isInWhere()
|
boolean |
isMQLFunction()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionCall(DataDefinition.QueryFragmentFunction function,
Vector<MqlNode> orderedArguments,
Vector<Node> orderedArgumentsOrigins,
DataDefinition parentType,
String path,
boolean isFunctionArgument,
boolean isMQLFunction,
boolean isActorFunction,
boolean isInWhere)
| Method Detail |
|---|
public DataDefinition.QueryFragmentFunction getFunction()
public String getKey()
public static String getActorType(String key)
public FunctionCall incrementId()
public Vector<Node> getOrderedArgumentOrigins()
public Vector<MqlNode> getOrderedArguments()
public DataDefinition getParentType()
public String getPath()
public boolean isFunctionArgument()
public boolean isMQLFunction()
public boolean isActorFunction()
public boolean isInWhere()
public String toString()
toString in class Object
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||