Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1007487 // dbRunning

JavaX fragment (include)

static bool dbRunning(S dbNameOrID) {
  RemoteDB db = connectToDBOpt(dbNameOrID);
  if (db != null) {
    db.close();
    true;
  }
  false;
}

Author comment

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: 419 / 429
Version history: 1 change(s)
Referenced in: [show references]