(int index)
| 75 | /// - `IOException` |
| 76 | // PMD Fix (UnnecessaryModifier): Remove redundant public modifiers from interface methods. |
| 77 | byte[] getBlob(int index) throws IOException; |
| 78 | |
| 79 | /// Gets column value by index. |
| 80 | /// |
no outgoing calls
no test coverage detected