Gets the value of an integer column by index @param col numeric index of the column @return 32-bit integer
(int col)
| 286 | * @return 32-bit integer |
| 287 | */ |
| 288 | default int getInt(int col) { |
| 289 | throw new UnsupportedOperationException(); |
| 290 | } |
| 291 |
no outgoing calls