XCustomTimeStampFunction
fun XCustomTimeStampFunction(functionName: String, vararg params: Expression<*>): CustomFunction<Instant?>
Deprecated
Deprecated due to usage of old kotlinx.datetime.Instant. The change caused by deprecation of Instant in the kotlinx.datetime (see more on https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant)
Replace with
CustomTimeStampFunction
Content copied to clipboard
Calls a custom SQL function with the specified functionName, that returns a timestamp, and passing params as its arguments.