type github.com/jackc/pgtype.scanPlanBinaryInt16

3 uses

	github.com/jackc/pgtype (current package)
		pgtype.go#L623: type scanPlanBinaryInt16 struct{}
		pgtype.go#L625: func (scanPlanBinaryInt16) Scan(ci *ConnInfo, oid uint32, formatCode int16, src []byte, dst interface{}) error {
		pgtype.go#L765: 				return scanPlanBinaryInt16{}