func github.com/jackc/pgio.AppendInt16
13 uses
github.com/jackc/pgio (current package)
write.go#L26: func AppendInt16(buf []byte, n int16) []byte {
github.com/jackc/pgproto3/v2
bind.go#L122: dst = pgio.AppendInt16(dst, fc)
bind.go#L138: dst = pgio.AppendInt16(dst, fc)
row_description.go#L115: dst = pgio.AppendInt16(dst, fd.DataTypeSize)
row_description.go#L117: dst = pgio.AppendInt16(dst, fd.Format)
github.com/jackc/pgtype
int2.go#L250: return pgio.AppendInt16(buf, src.Int), nil
numeric.go#L650: buf = pgio.AppendInt16(buf, int16(len(wholeDigits)+len(fracDigits)))
numeric.go#L661: buf = pgio.AppendInt16(buf, weight)
numeric.go#L663: buf = pgio.AppendInt16(buf, sign)
numeric.go#L669: buf = pgio.AppendInt16(buf, dscale)
numeric.go#L672: buf = pgio.AppendInt16(buf, wholeDigits[i])
numeric.go#L676: buf = pgio.AppendInt16(buf, fracDigits[i])
github.com/jackc/pgx/v4
copy_from.go#L179: buf = pgio.AppendInt16(buf, int16(len(ct.columnNames)))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |