Uses of Class
io.roastedroot.sqlite4j.SQLiteConfig
-
Packages that use SQLiteConfig Package Description io.roastedroot.sqlite4j io.roastedroot.sqlite4j.core io.roastedroot.sqlite4j.javax -
-
Uses of SQLiteConfig in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteConfig Modifier and Type Method Description SQLiteConfigSQLiteDataSource. getConfig()Methods in io.roastedroot.sqlite4j with parameters of type SQLiteConfig Modifier and Type Method Description voidSQLiteDataSource. setConfig(SQLiteConfig config)Sets a data source's configuration.Constructors in io.roastedroot.sqlite4j with parameters of type SQLiteConfig Constructor Description SQLiteDataSource(SQLiteConfig config)Creates a data source based on the provided configuration. -
Uses of SQLiteConfig in io.roastedroot.sqlite4j.core
Methods in io.roastedroot.sqlite4j.core that return SQLiteConfig Modifier and Type Method Description SQLiteConfigDB. getConfig()Methods in io.roastedroot.sqlite4j.core with parameters of type SQLiteConfig Modifier and Type Method Description WasmDBWasmDBFactory. create(String url, String fileName, SQLiteConfig config, boolean isMemory)static intDB. hashCode(String url, String fileName, SQLiteConfig config)Constructors in io.roastedroot.sqlite4j.core with parameters of type SQLiteConfig Constructor Description DB(String url, String fileName, SQLiteConfig config)WasmDB(FileSystem fs, String url, String fileName, SQLiteConfig config, boolean isMemory) -
Uses of SQLiteConfig in io.roastedroot.sqlite4j.javax
Constructors in io.roastedroot.sqlite4j.javax with parameters of type SQLiteConfig Constructor Description SQLiteConnectionPoolDataSource(SQLiteConfig config)Creates a data source based on the provided configuration.
-