Changes between Version 9 and Version 10 of DatabaseConnectionsForThreadsAndNewPool
- Timestamp:
- 02/01/11 00:59:55 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseConnectionsForThreadsAndNewPool
v9 v10 25 25 26 26 * openDirect(): essentially does the same as open but does not keep a reference to the Dbms resource in the !ResourceManager hashtable 27 * close(String name, Object resource): closes the resource from the named resource provider 27 * close(String name, Object resource): commits and closes the resource from the named resource provider 28 * abort(String name, Object resource): aborts and closes the resource from the named resource provider 28 29 29 30 In addition the proposal will add: