Merlin Moncure wrote:
> On Wed, Apr 8, 2009 at 10:48 AM, John Lister
> <john(dot)lister-ps(at)kickstone(dot)com> wrote:
>
>> Following this up, is there any docs on the binary wire format for arrays?
>>
>> Thanks
>>
>>
>
> Does java wrap libpq?
>
No. The JDBC driver is a Type 4 pure java driver. It implements the wire
protocol.
That's is what makes it portable.
Cheers
andrew