Object
Started by Renaud Tthonnartabout 25 years ago3 messagesgeneral
Re: Object
From: "Renaud Tthonnart" <thonnart@amwdb.u-strasbg.fr>
Can I create object and methods with postgreSQL.
And how?Thank in advance,
Renaud THONNART
You can define your own types with functions and operators - see chapter 13
of the programmers manual.
- Richard Huxton
Re: Object
Richard Huxton wrote:
From: "Renaud Tthonnart" <thonnart@amwdb.u-strasbg.fr>
Can I create object and methods with postgreSQL.
And how?Thank in advance,
Renaud THONNARTYou can define your own types with functions and operators - see chapter 13
of the programmers manual.- Richard Huxton
Ok! Thanks a lot
Renaud THONNART