Gets the value of a byte column by index @param col numeric index of the column @return byte as 8-bit signed integer
(int col)
| 137 | * @return byte as 8-bit signed integer |
| 138 | */ |
| 139 | default byte getByte(int col) { |
| 140 | throw new UnsupportedOperationException(); |
| 141 | } |
| 142 |
no outgoing calls