MCPcopy
hub / github.com/gogf/gf / dropTable

Function dropTable

contrib/drivers/gaussdb/gaussdb_z_unit_init_test.go:94–96  ·  view source on GitHub ↗
(table string)

Source from the content-addressed store, hash-verified

92}
93
94func dropTable(table string) {
95 dropTableWithDb(db, table)
96}
97
98func createInitTableWithDb(db gdb.DB, table ...string) (name string) {
99 name = createTableWithDb(db, table...)

Callers 15

Test_Model_InsertFunction · 0.70
Test_Model_OneFunction · 0.70
Test_Model_AllFunction · 0.70
Test_Model_DeleteFunction · 0.70
Test_Model_UpdateFunction · 0.70
Test_Model_ArrayFunction · 0.70
Test_Model_ScanFunction · 0.70
Test_Model_CountFunction · 0.70
Test_Model_ExistFunction · 0.70
Test_Model_SaveFunction · 0.70
Test_Model_ReplaceFunction · 0.70
Test_Model_OnConflictFunction · 0.70

Calls 1

dropTableWithDbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…