CurrentDate
Represents an SQL function that returns the current date, as LocalDate.
Samples
org.jetbrains.exposed.DefaultsTest.testConsistentSchemeWithFunctionAsDefaultExpressionFunctions
Returns the date from this timestampWithTimeZone expression.
Returns the date from this timestamp expression.
Returns the date from this date expression.
Returns the date from this datetime expression.
Returns the day from this timestampWithTimeZone expression, as an integer between 1 and 31 inclusive.
Returns the day from this timestamp expression, as an integer between 1 and 31 inclusive.
Returns the day from this date expression, as an integer between 1 and 31 inclusive.
Returns the day from this datetime expression, as an integer between 1 and 31 inclusive.
Returns the hour from this timestampWithTimeZone expression, as an integer between 0 and 23 inclusive.
Returns the hour from this timestamp expression, as an integer between 0 and 23 inclusive.
Returns the hour from this date expression, as an integer between 0 and 23 inclusive.
Returns the hour from this datetime expression, as an integer between 0 and 23 inclusive.
Returns the minute from this timestampWithTimeZone expression, as an integer between 0 and 59 inclusive.
Returns the minute from this timestamp expression, as an integer between 0 and 59 inclusive.
Returns the minute from this date expression, as an integer between 0 and 59 inclusive.
Returns the minute from this datetime expression, as an integer between 0 and 59 inclusive.
Returns the month from this timestampWithTimeZone expression, as an integer between 1 and 12 inclusive.
Returns the month from this timestamp expression, as an integer between 1 and 12 inclusive.
Returns the month from this date expression, as an integer between 1 and 12 inclusive.
Returns the month from this datetime expression, as an integer between 1 and 12 inclusive.
Returns the second from this timestampWithTimeZone expression, as an integer between 0 and 59 inclusive.
Returns the second from this timestamp expression, as an integer between 0 and 59 inclusive.
Returns the second from this date expression, as an integer between 0 and 59 inclusive.
Returns the second from this datetime expression, as an integer between 0 and 59 inclusive.
Returns the time from this timestampWithTimeZone expression.
Returns the time from this timestamp expression.
Returns the time from this date expression.
Returns the time from this datetime expression.
Returns the year from this timestampWithTimeZone expression, as an integer.
Returns the year from this timestamp expression, as an integer.
Returns the year from this date expression, as an integer.
Returns the year from this datetime expression, as an integer.