MCPcopy
hub / github.com/sqlc-dev/sqlc / WithoutAs

Method WithoutAs

internal/endtoend/testdata/column_as/mysql/go/query.sql.go:37–42  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

35}
36
37func (q *Queries) WithoutAs(ctx context.Context) (WithoutAsRow, error) {
38 row := q.db.QueryRowContext(ctx, withoutAs)
39 var i WithoutAsRow
40 err := row.Scan(&i.X, &i.Y)
41 return i, err
42}

Callers

nothing calls this directly

Calls 2

QueryRowContextMethod · 0.65
ScanMethod · 0.45

Tested by

no test coverage detected