152153154155156157158159160161162
return results; } finally { // release to table pool if (tableWrapper != null) tableWrapper.releaseHTable(); } } private int delete(final HTableWrapper tableWrapper, final WithArgs withArgs,
160161162163164165166167168169170
tableref.getHTable().close(); } finally { // Release to table pool if (tableref != null) tableref.releaseHTable(); } } } catch (IOException e) { throw new HBqlException(e);