>>
>> Also, does getTableName look like it will be feasible in near future?
>>
>
> Yes, there are also getBaseTableName and getBaseSchemaName methods
> available.
>
> http://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGResultSetMetaData.html
>
These will be in the java.sql.ResultSetMetaData interface's
implementation? Or would I need to obtain a PGResultSetMetaData (which
doesn't seem to extend RSMD; does a facade RSMD impl class wrap
PGResultSetMetaData?)?
My apologies for not being able to determine this on my own.