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

Method SelectStr

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

Source from the content-addressed store, hash-verified

102 SelectFloat(query string, args ...interface{}) (float64, error)
103 SelectNullFloat(query string, args ...interface{}) (sql.NullFloat64, error)
104 SelectStr(query string, args ...interface{}) (string, error)
105 SelectNullStr(query string, args ...interface{}) (sql.NullString, error)
106 SelectOne(holder interface{}, query string, args ...interface{}) error
107 Query(query string, args ...interface{}) (*sql.Rows, error)

Callers 4

TestTransactionExecNamedFunction · 0.65
TestSavepointFunction · 0.65
selectStrFunction · 0.65

Implementers 2

DbMapdb.go
Transactiontransaction.go

Calls

no outgoing calls

Tested by 4

TestTransactionExecNamedFunction · 0.52
TestSavepointFunction · 0.52
selectStrFunction · 0.52