TableName

From: Goran Popov <goran(dot)popov(at)prokomsoft(dot)rs>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: TableName
Date: 2012-10-29 15:30:34
Message-ID: 508EA11A.7080104@prokomsoft.rs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

AbstractJdbc2ResultSetMetaData.java

Whay this is default
public String getTableName(int column) throws SQLException
{
return "";
}

and not this
public String getTableName(int column) throws SQLException
{
return getBaseTableName(column);
}

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mike Fowler 2012-10-29 15:48:58 Re: 9.1-903 JDBC 3 Download
Previous Message Craig Ringer 2012-10-28 23:31:46 Re: JDBC4 Postgresql Driver