CustomTimestampWithTimeZoneFunction
fun CustomTimestampWithTimeZoneFunction(functionName: String, vararg params: Expression<*>): CustomFunction<DateTime?>
Calls a custom SQL function with the specified functionName, that returns both a date and a time with time zone, and passing params as its arguments.