Guest User

Untitled

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