SQLJSON

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: SQLJSON
Date: 2015-06-26 14:57:27
Message-ID: CADK3HH+RBjfo7gp3k-DSZYiZ-qS1BcS-OjG3xAgJhJDHbkgo_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

Notionally it would model itself after SQLXML.
https://docs.oracle.com/javase/7/docs/api/index.html?java/sql/SQLXML.html

Dave Cramer

Responses

  • Re: SQLJSON at 2015-06-26 16:18:56 from Markus KARG
  • Re: SQLJSON at 2015-06-26 17:01:47 from Steven Schlansker

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus KARG 2015-06-26 16:18:56 Re: SQLJSON
Previous Message Markus KARG 2015-06-22 20:15:55 Re: [pgjdbc] chore: migrate the build to Maven (#322)