Uses of Class
org.sqlite.SQLiteConfig
Packages that use SQLiteConfig
-
Uses of SQLiteConfig in org.sqlite
Methods in org.sqlite that return SQLiteConfigModifier and TypeMethodDescriptionprotected abstract SQLiteConfig
SQLiteConfigFactory.fromProperties
(Properties properties) SQLiteDataSource.getConfig()
static SQLiteConfig
SQLiteConfigFactory.getFromProperties
(Properties properties) Methods in org.sqlite with parameters of type SQLiteConfigModifier and TypeMethodDescriptionvoid
SQLiteDataSource.setConfig
(SQLiteConfig config) Sets a data source's configuration.Constructors in org.sqlite with parameters of type SQLiteConfigModifierConstructorDescriptionSQLiteDataSource
(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 SQLiteConfigConstructors in org.sqlite.core with parameters of type SQLiteConfigModifierConstructorDescriptionDB
(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 SQLiteConfigModifierConstructorDescriptionCreates a data source based on the provided configuration. -
Uses of SQLiteConfig in org.sqlite.mc
Subclasses of SQLiteConfig in org.sqlite.mc