lookup

fun <T> Column<T>.lookup(): T

Returns the value assigned to this column mapping.

Depending on the state of this Entity instance, the value returned may be the initial property assignment, this column's default value, or the value retrieved from the database.