[Pljava-dev] SQLInput and SQLOutput implementations

From: schabi at logix-tt(dot)com (Markus Schaber)
To:
Subject: [Pljava-dev] SQLInput and SQLOutput implementations
Date: 2006-10-01 19:03:23
Message-ID: 452010FB.4070701@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi, Thomas,

Here's my first try on new implementations on SQLInput and SQLOutput for
fixed endianness.

Btw, I noticed that the s_bytebuffer variables were declared "static" in
the old code, so using several instances in parallel would have caused
strange effects.

I did not test them yet, as the C code has to be changed accordingly
before it works, of course. :-)

Regards,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SQLInputFromChunk.java
Type: text/x-java
Size: 5886 bytes
Desc: not available
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20061001/da52404e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SQLInputFromChunkBE.java
Type: text/x-java
Size: 2339 bytes
Desc: not available
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20061001/da52404e/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SQLInputFromChunkLE.java
Type: text/x-java
Size: 2179 bytes
Desc: not available
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20061001/da52404e/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SQLOutputToChunk.java
Type: text/x-java
Size: 6043 bytes
Desc: not available
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20061001/da52404e/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SQLOutputToChunkBE.java
Type: text/x-java
Size: 2253 bytes
Desc: not available
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20061001/da52404e/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SQLOutputToChunkLE.java
Type: text/x-java
Size: 2313 bytes
Desc: not available
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20061001/da52404e/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20061001/da52404e/attachment-0006.bin>

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Markus Schaber 2006-10-01 20:09:35 [Pljava-dev] Updated VarLenTuple example (was: SQLInput and SQLOutput implementations)
Previous Message Markus Schaber 2006-10-01 18:16:28 [Pljava-dev] VarLenTuple example code