The Cursor API reports that the behavior is determined by the implementation when trying to access a column with a null value, and if I go to SQLiteCursor , the behavior is not documented. Does SQLiteCursora return NULLor throw Exception?
source
share