MCPcopy Create free account
hub / github.com/wyouflf/xUtils3 / close

Method close

xutils/src/main/java/org/xutils/DbManager.java:106–106  ·  view source on GitHub ↗

关闭数据库. 同一个库是单实例的, 尽量不要调用这个方法, 会自动释放.

()

Source from the content-addressed store, hash-verified

104 * 同一个库是单实例的, 尽量不要调用这个方法, 会自动释放.
105 */
106 void close() throws IOException;
107
108 ///////////// custom
109 int executeUpdateDelete(SqlInfo sqlInfo) throws DbException;

Callers 3

doBackgroundMethod · 0.65
closeQuietlyMethod · 0.65
closeMethod · 0.65

Implementers 1

DbBasexutils/src/main/java/org/xutils/db/tab

Calls

no outgoing calls

Tested by

no test coverage detected