Interface Function
-
- All Superinterfaces:
Aliasable,Selectable,SqlTypeSupplier,Valuable
- All Known Implementing Classes:
Avg,ColumnFunction,Count,Max,Min,Now,NumberColumnFunction,Sum
public interface Function extends Selectable, SqlTypeSupplier
- Since:
- 2.0.0
- Author:
- Martin Schumacher
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Avgavg(Column column)static Countcount()static Countcount(Column column)StringgetValue(BuildingContext context, Indentation indentation)static Maxmax(Column column)static Minmin(Column column)static Nownow()static Sumsum(Column column)-
Methods inherited from interface de.jaggl.sqlbuilder.core.domain.SqlTypeSupplier
getSqlType
-
-
-
-
Method Detail
-
getValue
String getValue(BuildingContext context, Indentation indentation)
-
count
static Count count()
-
now
static Now now()
-
-