get
Retrieves the value of the column at the specified index, mapped to the specified targetType.
Return
The mapped column value.
Parameters
The zero-based index of the column.
The Kotlin reflection type representing the desired output type.
Type Parameters
The expected type of the returned value.
Throws
if the column cannot be mapped to the requested type.
Retrieves the value of the column at the specified index, mapped to the reified type T.
Return
The mapped column value.
Parameters
The zero-based index of the column.
Type Parameters
The expected type of the returned value.
Throws
if the column cannot be mapped to the requested type.
Retrieves the value of the column with the specified columnName, mapped to the specified targetType.
Return
The mapped column value.
Parameters
The name of the column.
The Kotlin reflection type representing the desired output type.
Type Parameters
The expected type of the returned value.
Throws
if the column is not found or cannot be mapped.
Retrieves the value of the column with the specified columnName, mapped to the reified type T.
Return
The mapped column value.
Parameters
The name of the column.
Type Parameters
The expected type of the returned value.
Throws
if the column is not found or cannot be mapped.