MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / dropTable

Method dropTable

src/main/java/core/packetproxy/model/Database.java:147–155  ·  view source on GitHub ↗
(Class<T> c)

Source from the content-addressed store, hash-verified

145 }
146
147 public <T> void dropTable(Class<T> c) throws Exception {
148 if (c == Packet.class) {
149
150 dropPacketTableFaster();
151 } else {
152
153 TableUtils.dropTable(source, c, true);
154 }
155 }
156
157 private static void migrateTableWithoutHistory(Path srcDBPath, Path dstDBPath) {
158 try {

Callers 13

dropFiltersMethod · 0.95
dropConfigsMethod · 0.95
RecreateTableMethod · 0.80
queryAllMethod · 0.80
RecreateTableMethod · 0.80
RecreateTableMethod · 0.80
RecreateTableMethod · 0.80
initTableMethod · 0.80
RecreateTableMethod · 0.80
RecreateTableMethod · 0.80
RecreateTableMethod · 0.80
RecreateTableMethod · 0.80

Calls 1

dropPacketTableFasterMethod · 0.95

Tested by

no test coverage detected