get

inline operator fun <R> get(columnLabel: String): R(source)
inline operator fun <R> get(columnIndex: Int): R(source)