Re: ResultSetMetaData precise typ information

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: stefanlack(at)gmx(dot)de, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSetMetaData precise typ information
Date: 2005-07-21 22:34:23
Message-ID: 42E022EF.2010206@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer wrote:

> You're correct, does anyone know why getTableName is returning "",
>
> when getBaseTableName is implemented ?

See lengthy previous discussion in the archives. getTableName() needs to
return the table *alias* or the empty string if unknown. The backend
only gives us the actual table name (returned by getBaseTableName()); we
don't know what the alias is and return an empty string.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-07-22 00:20:08 Re: Timestamp Conversion Woes Redux
Previous Message Dave Cramer 2005-07-21 21:19:16 Re: Timestamp Conversion Woes Redux