Uses of Class
org.sqlite.SQLiteConfig
-
Packages that use SQLiteConfig Package Description org.sqlite org.sqlite.core org.sqlite.javax org.sqlite.mc -
-
Uses of SQLiteConfig in org.sqlite
Methods in org.sqlite that return SQLiteConfig Modifier and Type Method Description SQLiteConfigSQLiteDataSource. getConfig()Methods in org.sqlite with parameters of type SQLiteConfig Modifier and Type Method Description voidSQLiteDataSource. 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 SQLiteConfigDB. getConfig()Constructors in org.sqlite.core with parameters of type SQLiteConfig Constructor Description DB(java.lang.String url, java.lang.String fileName, SQLiteConfig config)NativeDB(java.lang.String url, java.lang.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. -
Uses of SQLiteConfig in org.sqlite.mc
Subclasses of SQLiteConfig in org.sqlite.mc Modifier and Type Class Description classSQLiteMCChacha20ConfigclassSQLiteMCConfigstatic classSQLiteMCConfig.BuilderclassSQLiteMCRC4ConfigclassSQLiteMCSqlCipherConfigclassSQLiteMCWxAES128ConfigclassSQLiteMCWxAES256Config
-