Обсуждение: Object

Поиск
Список
Период
Сортировка

Object

От
Renaud Tthonnart
Дата:
Can I create object and methods with postgreSQL.
And how?

Thank in advance,
Renaud THONNART


Re: Object

От
"Richard Huxton"
Дата:
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

От
Renaud Tthonnart
Дата:
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 THONNART
>
> You can define your own types with functions and operators - see chapter 13
> of the programmers manual.
>
> - Richard Huxton

Ok! Thanks a lot
Renaud THONNART