Class Now
- java.lang.Object
-
- de.jaggl.sqlbuilder.core.functions.Now
-
- All Implemented Interfaces:
DateTimeConditions,LikeConditions,Aliasable,Selectable,SqlTypeSupplier,Valuable,Function
public class Now extends Object implements Function, DateTimeConditions
- Since:
- 2.0.0
- Author:
- Martin Schumacher
-
-
Constructor Summary
Constructors Constructor Description Now()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nowas(String alias)Function<ZonedDateTime,Temporal>getDateConversion()intgetSqlType()StringgetValue(BuildingContext context, Indentation indentation)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.jaggl.sqlbuilder.core.conditions.DateTimeConditions
eq, eq, eq, isAfter, isAfter, isAfter, isAfter, isAfter, isAfterOrEqualTo, isAfterOrEqualTo, isAfterOrEqualTo, isAfterOrEqualTo, isAfterOrEqualTo, isBefore, isBefore, isBefore, isBefore, isBefore, isBeforeOrEqualTo, isBeforeOrEqualTo, isBeforeOrEqualTo, isBeforeOrEqualTo, isBeforeOrEqualTo, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isBetween, isEqualTo, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, nEq, nEq, nEq
-
-
-
-
Method Detail
-
getDateConversion
public Function<ZonedDateTime,Temporal> getDateConversion()
- Specified by:
getDateConversionin interfaceDateTimeConditions
-
getValue
public String getValue(BuildingContext context, Indentation indentation)
-
getSqlType
public int getSqlType()
- Specified by:
getSqlTypein interfaceSqlTypeSupplier
-
-