public class SQLiteLibraryLoader
extends java.lang.Object
Initializes sqlite native libraries.
Modifier and Type | Class and Description |
---|---|
static interface |
SQLiteLibraryLoader.LibraryNameMapper |
Constructor and Description |
---|
SQLiteLibraryLoader() |
SQLiteLibraryLoader(SQLiteLibraryLoader.LibraryNameMapper mapper) |
Modifier and Type | Method and Description |
---|---|
void |
doLoad() |
java.lang.String |
getLibClasspathResourceName() |
boolean |
isLoaded() |
static void |
load() |
public SQLiteLibraryLoader()
public SQLiteLibraryLoader(SQLiteLibraryLoader.LibraryNameMapper mapper)