public interface ISqlFunction extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getCategories()
Getter for owned property
Categories : |
List<IFunctionArgument> |
getFunctionArguments()
Returns the Collection of
FunctionArgument owned by this object
for relationship SqlFunctionOwnsFunctionArguments |
String |
getName()
Getter for owned property
Name : |
boolean |
isAggregateFunction()
Getter for owned property
AggregateFunction : |
getPrefixedUniqueName, getUniqueName
static final String PREFIX
Collection<String> getCategories()
Getter for owned property Categories
:
List of catagories (comma separated)
String getName()
Getter for owned property Name
:
Name of the object
boolean isAggregateFunction()
Getter for owned property AggregateFunction
:
Indicates wether this function is aggregate function
List<IFunctionArgument> getFunctionArguments()
Returns the Collection of FunctionArgument
owned by this object
for relationship SqlFunctionOwnsFunctionArguments
Copyright © 2017. All rights reserved.