Bjorn Bringert f2cec58d90 Handle null in MatrixCursor.get*()
Before, if a column contained null, MatrixCursor.getString()
returned the string "null", and the get<Number>() methods
threw exceptions.

Now, getString() returns null, and get<Number>() return 0.

Fixes http://b/issue?id=1996628
2009-07-22 21:20:51 +01:00
2009-07-16 14:45:11 +08:00
2009-07-22 21:20:51 +01:00
2009-07-22 06:04:58 +08:00
2009-07-18 02:12:02 -07:00
2009-07-22 21:20:51 +01:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%