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 SQLiteConfigSQLiteConfigFactory.fromProperties(Properties properties) SQLiteDataSource.getConfig()static SQLiteConfigSQLiteConfigFactory.getFromProperties(Properties properties) Methods in org.sqlite with parameters of type SQLiteConfigModifier and TypeMethodDescriptionvoidSQLiteDataSource.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