@brief Get a double value from the specified column @param column ID number of the column to reference @see TableRow#getInt(int) @see TableRow#getString(int)
(int column)
| 76 | * @see TableRow#getString(int) |
| 77 | */ |
| 78 | public double getDouble(int column); |
| 79 | |
| 80 | /** |
| 81 | * @param columnName title of the column to reference |
no outgoing calls
no test coverage detected