Class SystemFunctions
java.lang.Object
io.github.torand.fastersql.function.system.SystemFunctions
Provides factory methods for system functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CurrentDate
Creates the current date system function.static CurrentTime
Creates the current time system function.static CurrentTimestamp
Creates the current timestamp system function.
-
Method Details
-
currentTimestamp
Creates the current timestamp system function.- Returns:
- the system function.
-
currentDate
Creates the current date system function.- Returns:
- the system function.
-
currentTime
Creates the current time system function.- Returns:
- the system function.
-