}
@Override
public void updateLong(String columnLabel, long x) throws SQLException {
FilterChainImpl chain = createChain();
chain.resultSet_updateLong(this, columnLabel, x);
recycleFilterChain(chain);
}
@Override
public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {