mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Add of
factory method
This commit is contained in:
@ -56,4 +56,14 @@ public enum AggregateOperator
|
||||
{
|
||||
return sqlPrefix;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
public Aggregate of(String fieldName)
|
||||
{
|
||||
return (new Aggregate(fieldName, this));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user