MCPcopy
hub / github.com/jackc/pgx / SetNext

Method SetNext

pgtype/pgtype.go:599–599  ·  view source on GitHub ↗
(ScanPlan)

Source from the content-addressed store, hash-verified

597
598type WrappedScanPlanNextSetter interface {
599 SetNext(ScanPlan)
600 ScanPlan
601}
602

Callers 5

planScanMethod · 0.65
planEncodeMethod · 0.65
PlanEncodeMethod · 0.65
PlanScanMethod · 0.65
PlanEncodeMethod · 0.65

Implementers 15

pointerPointerScanPlanpgtype/pgtype.go
underlyingTypeScanPlanpgtype/pgtype.go
wrapInt8ScanPlanpgtype/pgtype.go
wrapInt16ScanPlanpgtype/pgtype.go
wrapInt32ScanPlanpgtype/pgtype.go
wrapInt64ScanPlanpgtype/pgtype.go
wrapIntScanPlanpgtype/pgtype.go
wrapUint8ScanPlanpgtype/pgtype.go
wrapUint16ScanPlanpgtype/pgtype.go
wrapUint32ScanPlanpgtype/pgtype.go
wrapUint64ScanPlanpgtype/pgtype.go
wrapUintScanPlanpgtype/pgtype.go

Calls

no outgoing calls

Tested by

no test coverage detected