ResultSetMetaData.isNullable(i) not working?
От
Guido Fiala
Тема
ResultSetMetaData.isNullable(i) not working?
Дата
Msg-id
200402191725.32340.guido.fiala@dka-gmbh.de
Список
Дерево обсуждения
ResultSetMetaData.isNullable(i) not working? Guido Fiala <guido.fiala@dka-gmbh.de>
Re: ResultSetMetaData.isNullable(i) not working? Kris Jurka <books@ejurka.com>
Hi all, has someone else tried to use ResultSetMetaData.isNullable(i) to determine if a column is nullable? It seems that the driver always returns columnNullableUnknown - independently if the datasource is a table or view and independ on actual settings. I can see that it is almost impossible to determine that for columns of views - or does someone know the trick? But at least for tables it should work... Guido
В списке pgsql-jdbc по дате отправления