You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Achille Carette (JIRA)" <ji...@apache.org> on 2006/03/16 14:45:04 UTC

[jira] Commented: (DDLUTILS-81) Capture and creation of sequences

    [ http://issues.apache.org/jira/browse/DDLUTILS-81?page=comments#action_12370688 ] 

Achille Carette commented on DDLUTILS-81:
-----------------------------------------

The current database.dtd does not know of sequences. 
Is it modifiable ? Is this diveregence from Torque possible to include something like

<!ELEMENT sequence EMPTY>
<!ATTLIST sequence
  name CDATA #REQUIRED
  startValue CDATA #IMPLIED
  increment CDATA #IMPLIED
  minValue CDATA #IMPLIED
  maxValue CDATA #IMPLIED
  order  (true|false) #IMPLIED
  cycle (true|false) #IMPLIED
  cache (true|false) #IMPLIED
>

> Capture and creation of sequences
> ---------------------------------
>
>          Key: DDLUTILS-81
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-81
>      Project: DdlUtils
>         Type: Sub-task
>  Environment: Oracle, DB2
>     Reporter: Achille Carette
>     Assignee: Thomas Dudziak

>
> Support generation and capture of sequences (as defined in Oracle or DB2).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira