zhangjingl02 / activejdbc

Automatically exported from code.google.com/p/activejdbc
0 stars 0 forks source link

Add ability to check if connection is open #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if(!Base.hasConnection()){
   Base.open(...);
}

Original issue reported on code.google.com by ipolevoy@gmail.com on 25 Jan 2012 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 12 Mar 2012 at 8:16