コード例 #1
0
ファイル: PrepStmtTest.java プロジェクト: gwenn/sqlitejdbc
 @After
 public void close() throws SQLException {
   stat.close();
   conn.close();
 }