Module litebridge.orm
Class CurrentTimestampSpec
java.lang.Object
org.litebridgedb.orm.expression.function.date.CurrentTimestampSpec
- All Implemented Interfaces:
ExpressionSpec,TypeOverride<ZonedDateTime>,TypeOverrideExpressionSpec<ZonedDateTime>
public final class CurrentTimestampSpec
extends Object
implements TypeOverrideExpressionSpec<ZonedDateTime>
CURRENT_TIMESTAMP(): Returns the current date/time from the database.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the return type override of the query result.
-
Constructor Details
-
CurrentTimestampSpec
public CurrentTimestampSpec()
-
-
Method Details
-
returnType
Description copied from interface:TypeOverrideGets the return type override of the query result.- Specified by:
returnTypein interfaceTypeOverride<ZonedDateTime>- Returns:
- the type of the result.
-