@brief Get a long value from the specified column @param column ID number of the column to reference @see TableRow#getFloat(int) @see TableRow#getString(int)
(int column)
| 49 | */ |
| 50 | |
| 51 | public long getLong(int column); |
| 52 | |
| 53 | /** |
| 54 | * @param columnName title of the column to reference |
no outgoing calls
no test coverage detected