Re: SQLJSON - Mailing list pgsql-jdbc

From Markus KARG
Subject Re: SQLJSON
Date
Msg-id 001c01d0b02b$cdaa0b60$68fe2220$@eu
Whole thread Raw
In response to SQLJSON  (Dave Cramer <davecramer@gmail.com>)
List pgsql-jdbc

I think it would be pretty straigtforward if SQLJSON would have the exact same interface as SQLXML. The sole difference I see is that in contrast to supporting JAXP it has to support JSONP (https://json-processing-spec.java.net/nonav/releases/1.0/fcs/javadocs/index.html).

 

 

From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Dave Cramer
Sent: Freitag, 26. Juni 2015 16:57
To: List
Subject: [JDBC] SQLJSON

 

I'm looking for comments on how to implement a SQLJSON type in JDBC.

 

As there is no getSQLJSON in the resultset interface this could only be used in getObject.

 

 


Dave Cramer

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: SQLJSON
Next
From: Steven Schlansker
Date:
Subject: Re: SQLJSON