rorm_row_get_i16

extern (C)
short
rorm_row_get_i16

Parameters

handle DBRowHandle

row handle to read from

Return Value

Type: short

The extracted value from the row at the given column index. FFIArray and FFIString values must be copied if using them outside the lifetime of the row.

Meta