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