MCPcopy
hub / github.com/dropbox/godropbox / Insert

Method Insert

database/sqlbuilder/table.go:46–46  ·  view source on GitHub ↗
(columns ...NonAliasColumn)

Source from the content-addressed store, hash-verified

44 SerializeSql(database string, out *bytes.Buffer) error
45
46 Insert(columns ...NonAliasColumn) InsertStatement
47 Update() UpdateStatement
48 Delete() DeleteStatement
49}

Callers 15

TestInsertMethod · 0.65
TestInsertLongVectorMethod · 0.65
TestInsertNoColumnMethod · 0.65
TestInsertNoRowMethod · 0.65
TestInsertNilValueMethod · 0.65
TestInsertNilColumnMethod · 0.65
TestInsertSingleValueMethod · 0.65
TestInsertDateMethod · 0.65
TestInsertIgnoreMethod · 0.65

Implementers 1

Tabledatabase/sqlbuilder/table.go

Calls

no outgoing calls

Tested by 15

TestInsertMethod · 0.52
TestInsertLongVectorMethod · 0.52
TestInsertNoColumnMethod · 0.52
TestInsertNoRowMethod · 0.52
TestInsertNilValueMethod · 0.52
TestInsertNilColumnMethod · 0.52
TestInsertSingleValueMethod · 0.52
TestInsertDateMethod · 0.52
TestInsertIgnoreMethod · 0.52