Retrieves a String value from the TableRow 's specified column. The column may be specified by either its ID or title. @webref tablerow:method @webBrief Get a String value from the specified column @param column ID number of the column to reference @see TableRow#getInt(int) @see TableR
(int column)
| 31 | * @see TableRow#getFloat(int) |
| 32 | */ |
| 33 | public String getString(int column); |
| 34 | |
| 35 | /** |
| 36 | * @param columnName title of the column to reference |
no outgoing calls
no test coverage detected