TableName - Mailing list pgsql-jdbc

From Goran Popov
Subject TableName
Date
Msg-id 508EA11A.7080104@prokomsoft.rs
Whole thread Raw
Responses Re: TableName
Re: TableName
List 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);
     }


pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: JDBC4 Postgresql Driver
Next
From: "Mike Fowler"
Date:
Subject: Re: 9.1-903 JDBC 3 Download