referee

fun <S : T> referee(): Column<S>?

Returns the column that this column references, cast as a column of type S, or null if the cast fails.


val referee: Column<*>?

Returns the column that this column references.