public class SQLiteJDBCLoader extends Object
initialize() before using SQLite JDBC driver.| コンストラクタと説明 |
|---|
SQLiteJDBCLoader() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static int |
getMajorVersion() |
static int |
getMinorVersion() |
static String |
getVersion() |
static boolean |
initialize()
Loads SQLite native JDBC library.
|
static boolean |
isNativeMode()
Checks if the SQLite JDBC driver is set to native mode.
|
static boolean |
isPureJavaMode()
推奨されていません。
Pure Java nolonger supported
|
public static boolean initialize()
throws Exception
Exceptionpublic static boolean isPureJavaMode()
public static boolean isNativeMode()
throws Exception
Exceptionpublic static int getMajorVersion()
public static int getMinorVersion()
public static String getVersion()
Copyright © 2013. All Rights Reserved.