Guest User

Untitled

a guest
Oct 15th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. conn = DriverManager.getConnection("jdbc:sqlite:" + path + "");
  2.  
  3. Connection connection = DriverManager.getConnection("jdbc:sqlite::memory:");
Add Comment
Please, Sign In to add comment