Re: JDBC, prepared queries, and partitioning - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: JDBC, prepared queries, and partitioning
Date
Msg-id 47B3EB3B.5050605@opencloud.com
Whole thread Raw
In response to Re: JDBC, prepared queries, and partitioning  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: JDBC, prepared queries, and partitioning  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-jdbc
Simon Riggs wrote:

> But V3 supports having no parameters at all right?

Yes, but you're missing the point. If you want to, for example, ask for
metadata about the 4th parameter to the query, there has to *be* a 4th
parameter. If you fold everything inline, you lose the various
advantages that having the parameters out of line give you, such as the
ability to query the server about their characteristics or stream their
actual values in a binary form separate to the query, etc.

-O

pgsql-jdbc by date:

Previous
From: Simon Riggs
Date:
Subject: Re: JDBC, prepared queries, and partitioning
Next
From: Simon Riggs
Date:
Subject: Re: JDBC, prepared queries, and partitioning