| Package | Description |
|---|---|
| org.sqlite | |
| org.sqlite.core | |
| org.sqlite.javax |
| Modifier and Type | Method and Description |
|---|---|
SQLiteConfig |
SQLiteDataSource.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLiteDataSource.setConfig(SQLiteConfig config)
Sets a data source's configuration.
|
| Constructor and Description |
|---|
SQLiteDataSource(SQLiteConfig config)
Creates a data source based on the provided configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SQLiteConfig |
DB.getConfig() |
| Constructor and Description |
|---|
DB(String url,
String fileName,
SQLiteConfig config) |
NativeDB(String url,
String fileName,
SQLiteConfig config) |
| Constructor and Description |
|---|
SQLiteConnectionPoolDataSource(SQLiteConfig config)
Creates a data source based on the provided configuration.
|
Copyright © 2021. All rights reserved.