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
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%