這裡的範例代碼是基於 Xerial SQLite JDBC Driver 進行實現. 底下是官網對於該 SQLite JDBC Driver 的說明 :
範例代碼 :
至於如何指定 DB 檔案的位置, 是透過 DriverManager.getConnection() 呼叫時同時指定, 幾個簡單範例如下 :
* Here is an example to select a file C:\work\mydatabase.db (in Windows)
- Connection connection = DriverManager.getConnection("jdbc:sqlite:C:/work/mydatabase.db");
- Connection connection = DriverManager.getConnection("jdbc:sqlite:/home/leo/work/mydatabase.db");
補充說明 :
* Free學習札記 : SQLite with Java
* Java Gossip: Statement、 ResultSet
沒有留言:
張貼留言