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

Function createInitTable

contrib/drivers/sqlitecgo/sqlitecgo_z_unit_init_test.go:96–98  ·  view source on GitHub ↗
(table ...string)

Source from the content-addressed store, hash-verified

94}
95
96func createInitTable(table ...string) string {
97 return createInitTableWithDb(db, table...)
98}
99
100func dropTable(table string) {
101 dropTableWithDb(db, table)

Callers 15

Test_DB_InsertIgnoreFunction · 0.70
Test_DB_ReplaceFunction · 0.70
Test_DB_UpdateFunction · 0.70
Test_DB_GetAllFunction · 0.70
Test_DB_GetOneFunction · 0.70
Test_DB_GetValueFunction · 0.70
Test_DB_GetCountFunction · 0.70
Test_DB_GetStructFunction · 0.70
Test_DB_GetStructsFunction · 0.70
Test_DB_GetArrayFunction · 0.70
Test_DB_GetScanFunction · 0.70

Calls 1

createInitTableWithDbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…