Class TruncMicrosecondsFunction

java.lang.Object
com.blazebit.persistence.impl.function.trunc.TruncFunction
com.blazebit.persistence.impl.function.trunc.microseconds.TruncMicrosecondsFunction
All Implemented Interfaces:
JpqlFunction
Direct Known Subclasses:
DB2TruncMicrosecondsFunction, H2TruncMicrosecondsFunction, MSSQLTruncMicrosecondsFunction, MySQLTruncMicrosecondsFunction, OracleTruncMicrosecondsFunction, PostgreSQLTruncMicrosecondsFunction

public abstract class TruncMicrosecondsFunction extends TruncFunction
Since:
1.4.0
Author:
Jan-Willem Gmelig Meyling
  • Field Details

  • Constructor Details

    • TruncMicrosecondsFunction

      public TruncMicrosecondsFunction(String template)