Example usage for Java android.database AbstractWindowedCursor fields, constructors, methods, implement or subclass
The text is from its open source code.
double | getDouble(int columnIndex) |
long | getLong(int columnIndex) |
String | getString(int columnIndex) |
boolean | isBlob(int columnIndex) |
boolean | isFloat(int columnIndex) |
boolean | isLong(int columnIndex) |
boolean | isNull(int columnIndex) |
boolean | isString(int columnIndex) |