core-ktx / androidx.database / android.database.Cursor / getShort

getShort

inline fun Cursor.getShort(columnName: String): Short

Returns the value of the requested column as a short.

The result and whether this method throws an exception when the column value is null or the column type is not an integral type is implementation-defined.

See Also

Cursor.getColumnIndexOrThrow

Cursor.getShort