MCPcopy Index your code
hub / github.com/upper/db / Arguments

Method Arguments

internal/sqlbuilder/builder.go:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57type isCompilable interface {
58 Compile() (string, error)
59 Arguments() []interface{}
60}
61
62type hasIsZero interface {

Callers 15

expandArgumentFunction · 0.65
TestSelectFunction · 0.65
TestInsertFunction · 0.65
TestUpdateFunction · 0.65
TestPaginateFunction · 0.65
ExecContextMethod · 0.65
QueryContextMethod · 0.65
QueryRowContextMethod · 0.65
columnFragmentsFunction · 0.65
PlaceholderValueMethod · 0.65
toWhereWithArgumentsMethod · 0.65
toColumnValuesMethod · 0.65

Implementers 5

updaterinternal/sqlbuilder/update.go
deleterinternal/sqlbuilder/delete.go
inserterinternal/sqlbuilder/insert.go
paginatorinternal/sqlbuilder/paginate.go
selectorinternal/sqlbuilder/select.go

Calls

no outgoing calls

Tested by 4

TestSelectFunction · 0.52
TestInsertFunction · 0.52
TestUpdateFunction · 0.52
TestPaginateFunction · 0.52