static bool dbRunning(S dbNameOrID) { RemoteDB db = connectToDBOpt(dbNameOrID); if (db != null) { db.close(); true; } false; }
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: | 490 / 499 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |