1 | static bool dbRunning(S dbNameOrID) { |
2 | RemoteDB db = connectToDBOpt(dbNameOrID); |
3 | if (db != null) { |
4 | db.close(); |
5 | true; |
6 | } |
7 | false; |
8 | } |
Began life as a copy of #1007482
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1007487 |
Snippet name: | dbRunning |
Eternal ID of this version: | #1007487/2 |
Text MD5: | 6173fa6ad55d93b720433701a2e1f512 |
Author: | stefan |
Category: | javax / concepts / rpc |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-24 15:01:30 |
Source code size: | 149 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 489 / 499 |
Version history: | 1 change(s) |
Referenced in: | [show references] |