Package io.roastedroot.sqlite4j.core
Class WasmDBFactory
- java.lang.Object
-
- io.roastedroot.sqlite4j.core.WasmDBFactory
-
public class WasmDBFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description WasmDBFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(WasmDB db)WasmDBcreate(String url, String fileName, SQLiteConfig config, boolean isMemory)
-
-
-
Method Detail
-
create
public WasmDB create(String url, String fileName, SQLiteConfig config, boolean isMemory) throws SQLException
- Throws:
SQLException
-
close
public void close(WasmDB db) throws SQLException
- Throws:
SQLException
-
-