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