Re: ResultSetMetaData enhancements

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: ResultSetMetaData enhancements
Дата
Msg-id Pine.LNX.4.33.0312311206410.17433-100000@leary.csoft.net
обсуждение исходный текст
Ответ на Re: ResultSetMetaData enhancements  (snpe <snpe@snpe.co.yu>)
Список pgsql-jdbc

On Wed, 31 Dec 2003, snpe wrote:

> Hello,
>   Is it in cvs (7.4, head ) ?

No.  I don't think it will go into 7.4 as it is a new feature and I don't
think anything will go into HEAD until the cvs repository is moved to
gborg.

Kris Jurka

>
> On Tuesday 30 December 2003 10:01 am, Kris Jurka wrote:
> > This patch is the culmination of Jan-Andre's work on enhancing the
> > ResultSetMetaData methods with new information available in the V3
> > protocol.  He wandered off of the verge of completing it and I've just
> > done some minor reworking and editing.
> >
> > This implements getSchemaName, getTableName, getColumnName,
> > getColumnLabel, and isNullable.
> >
> > Kris Jurka
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match
>


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: snpe
Дата:
Сообщение: Re: ResultSetMetaData enhancements
Следующее
От: Dave Tenny
Дата:
Сообщение: Portable interpretation of jdbc SQLException for SERIALIZABLE transaction restart?