423424425426427428429430431432433
tg.doCatch(); throw createLoggedException(e); } finally { tg.doFinally(); } } ////////////////////////////////////////////////// // @@ SQL support
463464465466467468469470471472473
tg.doCatch(); throw createLoggedException(e); } finally { tg.doFinally(); } } /** * Runs the given SQL select statementIterator
501502503504505506507508509510511
tg.doCatch(); throw createLoggedException(e); } finally { tg.doFinally(); } } ////////////////////////////////////////////////// // @@ Transaction control