Package com.io7m.waxmill.database.api
Interface WXMDatabaseType
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Subinterfaces:
WXMVirtualMachineDatabaseType
- All Known Implementing Classes:
WXMVirtualMachineDatabase
public interface WXMDatabaseType
extends java.lang.AutoCloseable
The base type of databases.
-
Method Summary
Modifier and Type Method Description voidclose()
-
Method Details
-
close
- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
WXMException
-