MCPcopy
hub / github.com/go-gorp/gorp / Select

Method Select

gorp.go:99–99  ·  view source on GitHub ↗
(i interface{}, query string, args ...interface{})

Source from the content-addressed store, hash-verified

97 Delete(list ...interface{}) (int64, error)
98 Exec(query string, args ...interface{}) (sql.Result, error)
99 Select(i interface{}, query string, args ...interface{}) ([]interface{}, error)
100 SelectInt(query string, args ...interface{}) (int64, error)
101 SelectNullInt(query string, args ...interface{}) (sql.NullInt64, error)
102 SelectFloat(query string, args ...interface{}) (float64, error)

Callers 12

dynamicTablesTestSelectFunction · 0.65
TestTruncateTablesFunction · 0.65
TestPersistentUserFunction · 0.65
TestNamedQueryMapFunction · 0.65
TestNamedQueryStructFunction · 0.65
testCrudInternalFunction · 0.65
TestWithTimeSelectFunction · 0.65
TestInvoicePersonViewFunction · 0.65
TestSelectTooManyColsFunction · 0.65
rawSelectFunction · 0.65

Implementers 2

DbMapdb.go
Transactiontransaction.go

Calls

no outgoing calls

Tested by 12

dynamicTablesTestSelectFunction · 0.52
TestTruncateTablesFunction · 0.52
TestPersistentUserFunction · 0.52
TestNamedQueryMapFunction · 0.52
TestNamedQueryStructFunction · 0.52
testCrudInternalFunction · 0.52
TestWithTimeSelectFunction · 0.52
TestInvoicePersonViewFunction · 0.52
TestSelectTooManyColsFunction · 0.52
rawSelectFunction · 0.52