TimeExpression<T extends LocalTime?> extension

Precision control for SQL time expressions.

on

Methods

withPrecision(int digits) Expr<T>

Available on Expr<T>, provided by the TimeExpression extension

Rounds to the requested fractional-second digits (0 through 6).