Class LLDatabaseSQLiteFactory
java.lang.Object
com.io7m.looseleaf.database.sqlite.LLDatabaseSQLiteFactory
- All Implemented Interfaces:
LLDatabaseFactoryType
A database based on SQLite.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LLDatabaseSQLiteFactory
public LLDatabaseSQLiteFactory()A database based on SQLite.
-
-
Method Details
-
kind
- Specified by:
kindin interfaceLLDatabaseFactoryType- Returns:
- The underlying database kind (such as "MVSTORE" or "SQLITE")
-
open
Description copied from interface:LLDatabaseFactoryTypeOpen a database.- Specified by:
openin interfaceLLDatabaseFactoryType- Parameters:
file- The database file- Returns:
- An open database
- Throws:
IOException- On I/O errors
-