Class TruncMillisecondsFunction

java.lang.Object
com.blazebit.persistence.impl.function.trunc.TruncFunction
com.blazebit.persistence.impl.function.trunc.milliseconds.TruncMillisecondsFunction
All Implemented Interfaces:
JpqlFunction
Direct Known Subclasses:
DB2TruncMillisecondsFunction, H2TruncMillisecondsFunction, MSSQLTruncMillisecondsFunction, MySQLTruncMillisecondsFunction, OracleTruncMillisecondsFunction, PostgreSQLTruncMillisecondsFunction

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

  • Constructor Details

    • TruncMillisecondsFunction

      public TruncMillisecondsFunction(String template)