Re: Array passing
От | John Lister |
---|---|
Тема | Re: Array passing |
Дата | |
Msg-id | 49DBBF8D.2080806@kickstone.com обсуждение исходный текст |
Ответ на | Re: Array passing (Dave Cramer <pg@fastcrypt.com>) |
Ответы |
Re: Array passing
|
Список | pgsql-jdbc |
Looking at the spec/docs although you can specify the return type in the protocol there is no way to do it.. The only way i can see is to use a stored procedure and specifying the return type there using registerOutParameter(). However looking in the code (SimpleParameterList) although the parameter is set to OUT, the return type is ignored... Is there any reason for this? Would setting the return type like this cause any problems? This would seem to solve my problem... Thanks Dave Cramer wrote: > > > On Tue, Apr 7, 2009 at 10:24 AM, John Lister > <john.lister-ps@kickstone.com <mailto:john.lister-ps@kickstone.com>> > wrote: > > Hi, i've been playing with arrays using the 604 version JDBC 4 > driver and i have a question. They seem to be converted to strings > which are passed back and forth to the server. > > Is it possible to configure the driver to pass the arrays in > native form? The overhead of converting to strings is quite big in > my case (both in the size of the string and the time taken) so > would like to eliminate it if possible... > > Which leads onto, does the postgresql protocol support native > arrays? i'm trying to find docs about the datatypes but would hope > it did... > > > Yes, it does, but there are platform specific binary representations > of native types. For instance you can have floating point or integer > datetimes. > > There was some work done on supporting binary protocol at one point, > not sure where it stands now. > > Dave
В списке pgsql-jdbc по дате отправления: