104105106107108109110111
_uniqueSet[0].getName())); } } } } 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(); }
356357358359360361362363
try { synchronized (_gmtDate) { return _gmtDate.parseDate(dateString); } } catch (Exception e) { throw new SQLExceptionWrapper(e); } }
724725726727728729730731
} return (_initRow.initBlockRow(rows, queryContext) || nextBlock(rowLength - 1, rows, rowLength, queryContext)); } catch (IOException e) { throw new SQLExceptionWrapper(e); } }
172173174175176177178179180181182
result.initRead(); context.setResult(result); } catch (IOException e) { throw new SQLExceptionWrapper(e); } finally { // autoCommitRead must be before freeRows in case freeRows // throws an exception try { context.close();
317318319320321322323324
boolean value = nextTuple(rows, rowLength, context, xa); return value; } catch (IOException e) { throw new SQLExceptionWrapper(e); } }
134135136137138139140141
close(); if (path != null) path.remove(); } catch (IOException e) { throw new SQLExceptionWrapper(e); } }
9091929394959697
sourceOffset), table.getName(), _column.getName())); } } catch (IOException e) { throw new SQLExceptionWrapper(e); } }
694695696697698699700701702703704
if (max < value) max = value; } } catch (IOException e) { throw new SQLExceptionWrapper(e); } synchronized (this) { if (_autoIncrementValue < max) _autoIncrementValue = max;