206207208209210211212213214215216
database.exceptionThrown(e.getSQLException(), sql); throw e; } finally { stop(); if (writing) { database.afterWriting(); } } } }
264265266267268269270271272273274
if (callStop) { stop(); } } finally { if (writing) { database.afterWriting(); } } } } }