Guest User

Untitled

a guest
Mar 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. 6: MyClass created
  2. Connecting to jdbc://foo@bar/
  3. Doing stuff with jdbc://foo@bar/
  4. 8: MyClass created
  5. Connecting to jdbc://foo@bar/
  6. Doing stuff with jdbc://foo@bar/
  7. 10: MyClass created
  8. Connecting to jdbc://foo@bar/
  9. Doing stuff with jdbc://foo@bar/
  10. done
  11. 10: Closing jdbc://foo@bar/.
  12. 10: Just kidding, can't close while query is running.
  13. 8: Closing jdbc://foo@bar/.
  14. 8: Connection closed.
  15. 6: Closing jdbc://foo@bar/.
  16. 6: Connection closed.
Add Comment
Please, Sign In to add comment