Class SystemFunctions

java.lang.Object
io.github.torand.fastersql.function.system.SystemFunctions

public final class SystemFunctions extends Object
Provides factory methods for system functions.
  • Method Details

    • currentTimestamp

      public static CurrentTimestamp currentTimestamp()
      Creates the current timestamp system function.
      Returns:
      the system function.
    • currentDate

      public static CurrentDate currentDate()
      Creates the current date system function.
      Returns:
      the system function.
    • currentTime

      public static CurrentTime currentTime()
      Creates the current time system function.
      Returns:
      the system function.