- 所有已知实现类:
HikariDatabaseManager
public interface IDatabaseManager
-
方法概要
-
方法详细资料
-
setup
-
close
void close()Close current database -
getConnection
Create new connection- 抛出:
SQLException
-
newTable
Create a table with provided class- 参数:
table- Table data class, must have SQLSerialization.Table annotation- 抛出:
SQLException- 另请参阅:
-
insert
Insert object into created table- 参数:
obj- Data class object, must have SQLSerialization.Table annotation- 抛出:
SQLException- 另请参阅:
-