| From: | Ludovic Marcotte <ludovic(at)Sophos(dot)ca> |
|---|---|
| To: | pgsql-sql(at)postgreSQL(dot)org |
| Cc: | pgsql-interfaces(at)postgreSQL(dot)org |
| Subject: | select w/Swing's JTable widget |
| Date: | 1998-07-04 18:58:36 |
| Message-ID: | Pine.LNX.3.96.980704145133.30554A-100000@extra.Sophos.ca |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces pgsql-sql |
Hi,
I would first like to thank all developpers that are working on
PostgreSQL. It's an awesome piece of software.
Secondly, I've a simple question. I'm developping a small application in
Java and I use the Swing (JFC) widgets set. I have to do a select on a
table and put the result in a JTable object. My question is, how (in an
efficient manner) should I construct my JTable object since I do not know
in advance how many rows I'll have (available through my resultset).
Playing with Vector objects is annoying and with Object[]{[]} .. it's
pretty static :)
Thanks a lot,
Ludovic
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-07-05 00:05:25 | Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes |
| Previous Message | leif | 1998-07-04 15:02:00 | Re: [INTERFACES] ODBC on unix? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Lynch | 1998-07-05 04:21:23 | A, An, and The, out of Alphabetical order |
| Previous Message | Colin Dick | 1998-07-03 19:25:35 | Re: [SQL] Typecasting within sql statement. |