248249250251252253254255
is.close(); } return bytes; } catch (IOException e) { throw new SQLExceptionWrapper(e); } }
5859606162636465666768
TableIterator []rows = result.initRows(getFromItems()); context.init(xa, rows, isReadOnly()); return execute(result, rows, context, xa); } catch (IOException e) { throw new SQLExceptionWrapper(e); } finally { context.unlock(); result.close(); }