MCPcopy Create free account
hub / github.com/e2wugui/zeze / clearTables

Method clearTables

ZezeJava/ZezeJavaTest/src/Infinite/App.java:135–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 public void clearTables() throws Exception {
136 clearDbTable(app.demo_Module1.getTable1());
137 clearDbTable(app.demo_Module1.getTflush());
138 clearDbTable(app.demo_Module1.getTableCoverHistory());
139 //noinspection DataFlowIssue
140 clearDbTable((TableX<?, ?>)app.getZeze().getTable("Zeze_Builtin_DelayRemove_tJobs"));
141 clearDbTable(app.getZeze().getHistoryModule().getHistoryTable()); // 必须在最后清空
142 }
143}

Callers 1

testMainMethod · 0.80

Calls 8

clearDbTableMethod · 0.95
getTable1Method · 0.80
getTflushMethod · 0.80
getTableCoverHistoryMethod · 0.80
getHistoryTableMethod · 0.80
getHistoryModuleMethod · 0.80
getTableMethod · 0.65
getZezeMethod · 0.65

Tested by

no test coverage detected