MCPcopy Index your code
hub / github.com/go-gorp/gorp / SelectInt

Method SelectInt

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

Source from the content-addressed store, hash-verified

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)
103 SelectNullFloat(query string, args ...interface{}) (sql.NullFloat64, error)

Callers 2

InsertQueryToTargetMethod · 0.65
selectIntFunction · 0.65

Implementers 2

DbMapdb.go
Transactiontransaction.go

Calls

no outgoing calls

Tested by 1

selectIntFunction · 0.52