Package io.roastedroot.sqlite4j
Class SQLiteJDBCLoader
- java.lang.Object
-
- io.roastedroot.sqlite4j.SQLiteJDBCLoader
-
public class SQLiteJDBCLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description SQLiteJDBCLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetMajorVersion()static intgetMinorVersion()static StringgetVersion()
-
-
-
Method Detail
-
getMajorVersion
public static int getMajorVersion()
- Returns:
- The major version of the SQLite JDBC driver.
-
getMinorVersion
public static int getMinorVersion()
- Returns:
- The minor version of the SQLite JDBC driver.
-
getVersion
public static String getVersion()
- Returns:
- The version of the SQLite JDBC driver.
-
-