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

Struct LockingClause

internal/sql/ast/locking_clause.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/sqlc-dev/sqlc/internal/sql/format"
4
5type LockingClause struct {
6 LockedRels *List
7 Strength LockClauseStrength
8 WaitPolicy LockWaitPolicy
9}
10
11func (n *LockingClause) Pos() int {
12 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected