public class SQLiteJDBCLoader extends Object
initialize()
before using SQLite JDBC driver.Constructor and Description |
---|
SQLiteJDBCLoader() |
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
Pure Java nolonger supported
|
public static boolean initialize() throws Exception
Exception
public static boolean isPureJavaMode()
public static boolean isNativeMode() throws Exception
Exception
public static int getMajorVersion()
public static int getMinorVersion()
public static String getVersion()
Copyright © 2017. All rights reserved.