CustomExpr

constructor(text: String, columnType: IColumnType<T & Any>)

Parameters

columnType

the Exposed column type used for result mapping

Type Parameters

T

the Kotlin type this expression evaluates to