Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public boolean hasConnection(){
  2. try {
  3. return this.conn != null || this.conn.isValid(1);
  4. } catch (SQLException e) {
  5. return false;
  6. }
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement