github.com/jackc/pgtype.Int2.EncodeBinary (method)

2 uses

	github.com/jackc/pgtype (current package)
		int2.go#L242: func (src Int2) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
		int2_array.go#L867: 		elemBuf, err := src.Elements[i].EncodeBinary(ci, buf)