CustomDateFunction

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

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