Re: Antw: Re: revised gda-xml-query.dtd
- From: Rodrigo Moya <rodrigo linuxave net>
- Cc: gnome-db-list gnome org
- Subject: Re: Antw: Re: revised gda-xml-query.dtd
- Date: Wed, 26 Jul 2000 10:57:15 +0200
Gerhard Dieringer wrote:
>
> Hi Rodrigo,
>
> you wrote:
>
> > > > Then you can define a sequence as follows:
> > > >
> > > > <sequnce name="seq1">
> > > > <property name="start" value="0"/>
> > > > <property name="inc" value="1"/>
> > > > </sequence>
> > >
> > > Ok, I forgot about it! I agree on this one, but we still have to define what
> > > information the client will get from objects like sequences, etc (in the SCHEMA
> > > stuff)
> > >
> > but this <sequence> tag, wouldn't be better placed in the Database DTD
> > (for importing/exporting data) instead of the query DTD?
>
> I introduced the 'sequence' element to be able to define a sequence, for example in Oracle:
>
> <query>
> <create>
> <sequence name="seq1">
> <property name="inc" value="1"/>
> <property name="start" value="0"/>
> <property name="maxvalue" value="1000"/>
> <property name="cycle" value="yes"/>
> </sequence>
> </create>
> </query>
>
> would be rendered as
>
> create sequence seq1 increment by 2 start with 0 maxvalue 1000 cycle;
>
ok, now I understand what it is for. It seems that I didn't read all of
your messages about this.
> If there is a surrounding Database DTD, that is included into the query DTD, then of course the sequence and surely some other elements should be
> moved to this DTD. Do you agree, Vivien?
>
The database DTD shouldn't be included in the query DTD, so forget about
what I said.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]