[NOVICE] BYTEA Arrays Input and Output C example

Поиск
Список
Период
Сортировка
От Ruslan R. Laishev
Тема [NOVICE] BYTEA Arrays Input and Output C example
Дата
Msg-id 1682671508843437@web6j.yandex.ru
обсуждение исходный текст
Список pgsql-novice
Hi All!
 
Is there someone who can share a knowledge about: how to pass in/out array of argumens from C to stored procedures by using LIBPQ ?
 
just for example I have SP like:
 
zz (IN id::UUID, IN vols::UUID[], OUT k::BYTEA[]);
 
What I'm need to put into "paramValues", "paramLength" of the PQexecPrepared() ?
 
 
 
 
-- 
С уважением,
Ruslan R. Laishev
OpenVMS bigot, natural born system/network progger, C contractor.
+79013163222
+79910009922
 

В списке pgsql-novice по дате отправления:

Предыдущее
От: Ruslan R. Laishev
Дата:
Сообщение: Re: [NOVICE] LibPQ, C, BLOB or BYTEA
Следующее
От: Stephen Froehlich
Дата:
Сообщение: Re: [NOVICE] Issues shutting down PostgreSQL 10 cleanly