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

Function createTable

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

Source from the content-addressed store, hash-verified

56}
57
58func createTable(table ...string) string {
59 return createTableWithDb(db, table...)
60}
61
62func createInitTable(table ...string) string {
63 return createInitTableWithDb(db, table...)

Callers 15

Test_Model_InsertFunction · 0.70
Test_Model_OneFunction · 0.70
Test_Model_SaveFunction · 0.70
Test_Model_ReplaceFunction · 0.70
Test_ConvertSliceStringFunction · 0.70
Test_ConvertSliceFloat64Function · 0.70
Test_Model_InsertIgnoreFunction · 0.70
Test_Model_Hook_InsertFunction · 0.70
Test_Raw_InsertFunction · 0.70
Test_Raw_BatchInsertFunction · 0.70
Test_Raw_WhereFunction · 0.70
Test_LastInsertIdFunction · 0.70

Calls 1

createTableWithDbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…