101102103104105106107108109110111
} catch (SQLException qq_error) { throw new SQLErrorCodeSQLExceptionTranslator(dBConnection.getDataSource()).translate("Running SQL", qq_SQL, qq_error); } finally { dBConnection.cleanup(qq_cmd); } } /** * SQLDeleteHolding<p>
481482483484485486487488489490491