Home
last modified time | relevance | path

Searched refs:queryRowContext (Results 1 – 10 of 10) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/templates/
H A Dgolang.update.tmpl66 err = obj.queryRowContext(ctx, __stmt, __values...).Scan({{ addrof (flatten .Return) }})
83 err = obj.queryRowContext(ctx, __stmt_get, __args...).Scan({{ addrof (flatten .Return) }})
H A Dgolang.get-last.tmpl15 err = obj.queryRowContext(ctx, __stmt, pk).Scan({{ addrof (flatten .Return) }})
H A Dgolang.get-count.tmpl20 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&count)
H A Dgolang.get-has.tmpl20 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&has)
H A Dgolang.get-one.tmpl21 err = obj.queryRowContext(ctx, __stmt, __values...).Scan({{ addrof (flatten .Row) }})
H A Dgolang.get-scalar.tmpl21 err = obj.queryRowContext(ctx, __stmt, __values...).Scan({{ addrof (flatten .Row) }})
H A Dgolang.create-raw.tmpl32 err = obj.queryRowContext(ctx, __stmt, {{ arg .Fields }}).Scan({{ addrof (flatten .Return) }})
H A Dgolang.create.tmpl58 err = obj.queryRowContext(ctx, __stmt, __values...).Scan({{ addrof (flatten .Return) }})
H A Dgolang.header.tmpl290 func (obj *{{ $impltype }}) queryRowContext(ctx context.Context, query string, args ...interface{})…
/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go11269 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&row.Value)
13086 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&row.CreatedAt)
13109 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&row.Id)
13154 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&has)
13275 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&count)
13837 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&has)
17277 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&row.Value)
19117 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&row.Id)
19162 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&has)
19283 err = obj.queryRowContext(ctx, __stmt, __values...).Scan(&count)
[all …]