CustomDateTimeFunction

fun CustomDateTimeFunction(functionName: String, vararg params: Expression<*>): CustomFunction<DateTime?>

Calls a custom SQL function with the specified functionName, that returns both a date and a time, and passing params as its arguments.