Uses of Class
org.sqlite.SQLiteConfig
-
Packages that use SQLiteConfig Package Description org.sqlite org.sqlite.core org.sqlite.javax -
-
Uses of SQLiteConfig in org.sqlite
Methods in org.sqlite that return SQLiteConfig Modifier and Type Method Description SQLiteConfig
SQLiteDataSource. getConfig()
Methods in org.sqlite with parameters of type SQLiteConfig Modifier and Type Method Description void
SQLiteDataSource. setConfig(SQLiteConfig config)
Sets a data source's configuration.Constructors in org.sqlite with parameters of type SQLiteConfig Constructor Description SQLiteDataSource(SQLiteConfig config)
Creates a data source based on the provided configuration. -
Uses of SQLiteConfig in org.sqlite.core
Methods in org.sqlite.core that return SQLiteConfig Modifier and Type Method Description SQLiteConfig
DB. getConfig()
Constructors in org.sqlite.core with parameters of type SQLiteConfig Constructor Description DB(String url, String fileName, SQLiteConfig config)
NativeDB(String url, String fileName, SQLiteConfig config)
-
Uses of SQLiteConfig in org.sqlite.javax
Constructors in org.sqlite.javax with parameters of type SQLiteConfig Constructor Description SQLiteConnectionPoolDataSource(SQLiteConfig config)
Creates a data source based on the provided configuration.
-