Re: [INTERFACES] JDBC JAVA interface

Поиск
Список
Период
Сортировка
От Stephen Lombardo
Тема Re: [INTERFACES] JDBC JAVA interface
Дата
Msg-id 35AE8FA7.3497F8A5@mail.montclair.edu
обсуждение исходный текст
Ответ на Re: [INTERFACES] JDBC JAVA interface  (Peter T Mount <peter@retep.org.uk>)
Ответы Re: [INTERFACES] JDBC JAVA interface  (Peter T Mount <peter@taer.maidstone.gov.uk>)
Список pgsql-interfaces

> On Wed, 15 Jul 1998, Cyril Ferrand wrote:
>
> > Hello
> >       Does anybody have written a Postgresql interface using jdbc? An applet of a
> > Application use AWT. I work on it, I would make selection and have graphical
> > result...
> > If someone have exemple, Thanks.
>

If you are asking for examples of how it would be possible to come up with a graphical
display of text queries I might be able to help you. I just came up with a java front
end for a postgresql database which includes a graphical display.  Basically it is
pretty easy to use a canvas to display the results on, and using the result set meta
data you can calculate dynamically the spacing for different columns and rows.  Using
this method you can also implement action listeners to allow highligting and popup
menus....  its very flexible. If you have questions send private e-mail to me and i
might be able to supply you with example code.

--



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

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] Re: [HACKERS] changes in 6.4
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [DOCS] Re: [INTERFACES] libpq & user