getMetaData

From: Kim Ho <kho(at)redhat(dot)com>
To: pgsql-jdbc-list <pgsql-jdbc(at)postgresql(dot)org>
Cc: Barry Lind <blind(at)xythos(dot)com>
Subject: getMetaData
Date: 2003-07-22 19:20:10
Message-ID: 1058901609.7346.27.camel@yay
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This implements getMetaData() properly for preparedStatements (meaning
no execution).

It does require the V3 protocol and checks for that.

Cheers,

Kim

Attachment Content-Type Size
getMetaData.diff text/x-patch 8.1 KB

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrew Sullivan 2003-07-22 19:21:35 Re: RFC: Removal of support for JDBC1 drivers.
Previous Message Kim Ho 2003-07-22 19:06:23 Re: Fix for getXXX (numbers)