347348349350351352353354355356357
closed = true; LanguageConnectionContext lcc = getLanguageConnectionContext(); lcc.removeActivation(this); if (preStmt != null) { preStmt.finish(lcc); preStmt = null; }
417418419420421422423424425426427
420421422423424425426427428429430
// dependency manager. (DERBY-4571) DependencyManager dm = lcc.getDataDictionary().getDependencyManager(); dm.clearDependencies(lcc, this); lcc.removeActivation(this); if (preStmt != null) { preStmt.finish(lcc); preStmt = null; }
354355356357358359360361362363364
415416417418419420421422423424425
469470471472473474475476477478479
375376377378379380381382383384385
403404405406407408409410411412413