MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / QueryRow

Method QueryRow

internal/store/postgres/sqlcgen/db.go:17–17  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

15 Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error)
16 Query(context.Context, string, ...interface{}) (pgx.Rows, error)
17 QueryRow(context.Context, string, ...interface{}) pgx.Row
18}
19
20func New(db DBTX) *Queries {

Callers 15

GetPasswordBySubTokenMethod · 0.80
GetPasswordByUsernameMethod · 0.80
GetAdminUserMethod · 0.80
StatsMethod · 0.80
CountMethod · 0.80
GetUserIDMethod · 0.80
GetCFDomainByIDMethod · 0.80
GetNodeByIDMethod · 0.80
GetEnrollTokenMethod · 0.80
GetUserGroupByIDMethod · 0.80
GetRouteRuleByIDMethod · 0.80
GetOrderByIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected