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

Method removeTable

xutils/src/main/java/org/xutils/db/table/DbBase.java:94–98  ·  view source on GitHub ↗
(Class<?> entityType)

Source from the content-addressed store, hash-verified

92 }
93
94 protected void removeTable(Class<?> entityType) {
95 synchronized (tableMap) {
96 tableMap.remove(entityType);
97 }
98 }
99}

Callers 1

dropTableMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected