Get a table name - Mailing list pgsql-jdbc

From Gianvito Pio
Subject Get a table name
Date
Msg-id 4B3737DA.4070408@gmail.com
Whole thread Raw
Responses Re: Get a table name
Re: Get a table name
List pgsql-jdbc
Hi all,
I'm trying to get the table name of a column in this way:

ResultSet rs;
         try
         {
             rs = ps.executeQuery();
             ResultSetMetaData rsmd = rs.getMetaData();
             System.out.println(rsmd.getTableName(..));

but the getTableName( ..) method gives me an empty string. Isn't there a
way to know the table name of a specific field I'm obtaining? Thanks

pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: 8.5 and application name
Next
From: Filip Rembiałkowski
Date:
Subject: Re: Get a table name