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

3 uses

	github.com/jackc/pgtype (current package)
		bytea.go#L122: func (src Bytea) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
		bytea_array.go#L447: 		elemBuf, err := src.Elements[i].EncodeBinary(ci, buf)
		generic_binary.go#L28: 	return (Bytea)(src).EncodeBinary(ci, buf)