}
@Override
public void updateByte(String columnLabel, byte x) throws SQLException {
FilterChainImpl chain = createChain();
chain.resultSet_updateByte(this, columnLabel, x);
recycleFilterChain(chain);
}
@Override
public void updateBytes(int columnIndex, byte[] x) throws SQLException {