Re: ResultSetMetaData.getTableName() == null
От | Philip Yarra |
---|---|
Тема | Re: ResultSetMetaData.getTableName() == null |
Дата | |
Msg-id | 45133DE5.4030100@utiba.com обсуждение исходный текст |
Ответ на | ResultSetMetaData.getTableName() == null (Alex Stienstra <alex.stienstra@zonnet.nl>) |
Ответы |
Re: ResultSetMetaData.getTableName() == null
|
Список | pgsql-jdbc |
Hi Alex, Alex Stienstra wrote: > GetTableName() always returns null. Can someone tell me if this is > considered to be a problem and if so when it will be fixed. Are you sure it's really null? According to the javadoc for ResultSetMetaData, getTableName() may return "" - see http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSetMetaData.html#getTableName(int). I did a quick test app, and the driver version I'm using (postgresql-8.1-404.jdbc3.jar) returns "". If you get different, tell me which driver version you're using and I'll try that. I don't know why it returns "" - perhaps someone else can answer that. Mind you, Oracle 10g does the same. Sybase ASE 12.5 is the only DB I have access to where I get a non-empty table name. Regards, Philip. -- Philip Yarra Senior Software Engineer, Utiba Pty Ltd philip@utiba.com
В списке pgsql-jdbc по дате отправления: