SQLAggregateExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string methodName)
Undocumented in source.
this
this(string methodName, SQLAggregateOption option)
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
addArgument
void addArgument(SQLExpr argument)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLAggregateExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
getArguments
List!SQLExpr getArguments()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
getFilter
SQLExpr getFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
getIgnoreNulls
bool getIgnoreNulls()
Undocumented in source. Be warned that the author may not have intended to support it.
getKeep
SQLKeep getKeep()
Undocumented in source. Be warned that the author may not have intended to support it.
getMethodName
string getMethodName()
Undocumented in source. Be warned that the author may not have intended to support it.
getOption
SQLAggregateOption getOption()
Undocumented in source. Be warned that the author may not have intended to support it.
getOver
SQLOver getOver()
Undocumented in source. Be warned that the author may not have intended to support it.
getOverRef
SQLName getOverRef()
Undocumented in source. Be warned that the author may not have intended to support it.
getWithinGroup
SQLOrderBy getWithinGroup()
Undocumented in source. Be warned that the author may not have intended to support it.
isIgnoreNulls
bool isIgnoreNulls()
Undocumented in source. Be warned that the author may not have intended to support it.
methodNameHashCod64
long methodNameHashCod64()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
replace
bool replace(SQLExpr expr, SQLExpr target)
Undocumented in source. Be warned that the author may not have intended to support it.
setFilter
void setFilter(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
setIgnoreNulls
void setIgnoreNulls(bool ignoreNulls)
Undocumented in source. Be warned that the author may not have intended to support it.
setKeep
void setKeep(SQLKeep keep)
Undocumented in source. Be warned that the author may not have intended to support it.
setMethodName
void setMethodName(string methodName)
Undocumented in source. Be warned that the author may not have intended to support it.
setOption
void setOption(SQLAggregateOption option)
Undocumented in source. Be warned that the author may not have intended to support it.
setOver
void setOver(SQLOver over)
Undocumented in source. Be warned that the author may not have intended to support it.
setOverRef
void setOverRef(SQLName x)
Undocumented in source. Be warned that the author may not have intended to support it.
setWithinGroup
void setWithinGroup(SQLOrderBy withinGroup)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_methodNameHashCod64
long _methodNameHashCod64;
Undocumented in source.
arguments
List!SQLExpr arguments;
Undocumented in source.
filter
SQLExpr filter;
Undocumented in source.
ignoreNulls
bool ignoreNulls;
Undocumented in source.
keep
SQLKeep keep;
Undocumented in source.
methodName
string methodName;
Undocumented in source.
option
SQLAggregateOption option;
Undocumented in source.
over
SQLOver over;
Undocumented in source.
overRef
SQLName overRef;
Undocumented in source.
withinGroup
SQLOrderBy withinGroup;
Undocumented in source.

Meta