[Pljava-dev] readBytes() / writeBytes()

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] readBytes() / writeBytes()
Date: 2006-09-22 08:17:27
Message-ID: 45139C17.3050006@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Markus Schaber wrote:
> Hi,
>
> I just stumbled about the readBytes() / writeBytes() methods from
> SQLInputFromChunk / SQLOutputFromChunk classes.
>
> They seem to assume that every array has a 2-byte length header.
>
Those classes are part of the JNI interface. They map to the internal PostgreSQL StringInfo
structure. They are *not* intended for any other use.

Kind Regards,
Thomas Hallgren

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2006-09-22 08:22:34 [Pljava-dev] Best way to pass intermediate state
Previous Message Markus Schaber 2006-09-21 20:28:20 [Pljava-dev] readBytes() / writeBytes()