RE: [INTERFACES] JDBC: What is 'String type' in Serialize()-const ructor?

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'steinbeck(at)ice(dot)mpg(dot)de'" <steinbeck(at)ice(dot)mpg(dot)de>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] JDBC: What is 'String type' in Serialize()-const ructor?
Date: 1999-09-06 11:37:11
Message-ID: 1B3D5E532D18D311861A00600865478C25E568@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

It's been a while since I've been in the Seialize class, but the type
field is the postgresql table name that contains the object.

The constructor converts this into a class name, and tries to load the
class.

Note: It converts table names to class names by switching _ with .
ie, one of my classes would map like this:

Class Table
uk.org.retep.pdf.PDF uk_org_retep_pdf_pdf

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Christoph Steinbeck [mailto:steinbeck(at)ice(dot)mpg(dot)de]
Sent: 06 September 1999 11:04
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] JDBC: What is 'String type' in
Serialize()-constructor?

Hi,

the subject says it all.
I could not find a documentation for the parameters of the constructor
of the class postgres.util.Serialize(Connection c, String type).
Connection c is clear to me but what is 'String type' about?
I looked at Peter T. Mounts documentation which documents every method
in that class with parameter description, except the constructor :-)

Any help appreciated.

Cheers,

Christoph

--
Dr. Christoph Steinbeck (http://www.ice.mpg.de/~stein)
MPI of Chemical Ecology, Tatzendpromenade 1a, 07745 Jena, Germany
Tel: +49(0)3641 643644 - Mobile: +49(0)177 8236510 - Fax: +49(0)3641
643665

What is man but that lofty spirit - that sense of enterprise.
... Kirk, "I, Mudd," stardate 4513.3..

************

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christoph Steinbeck 1999-09-06 12:54:15 JDBC: Using Serialize.create()
Previous Message Christoph Steinbeck 1999-09-06 10:03:30 JDBC: What is 'String type' in Serialize()-constructor?