ResultSetMetaData.isNullable

Поиск
Список
Период
Сортировка
От snpe
Тема ResultSetMetaData.isNullable
Дата
Msg-id 200305021856.37967.snpe@snpe.co.yu
обсуждение исходный текст
Ответы Re: ResultSetMetaData.isNullable  (Barry Lind <blind@xythos.com>)
Список pgsql-jdbc
Hello,
  ResultSetMetaData.isNullable return always java.sql.ResultSetMetaData.columnNullableUnknown.
Is it possible that this function return "null/not null" as "null/not null" in a table in the database.
I have found this comment in source :
        *
         * TODO This needs a real implementation, taking into account columns
         * defined with NOT NULL or PRIMARY KEY, CHECK constraints, views,
         * functions etc.
         */
It isn't important for PRIMARY KEY (must be not null), other constraints, triggers - this function is only for first
impression.
I need this function for access right in forms.

Please help

regards
Haris Peco


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Jeroen Habets"
Дата:
Сообщение: Re: Inquiry From Form [pgsql]
Следующее
От: Barry Lind
Дата:
Сообщение: Re: refcursor result set patch