Book a Demo

Author Topic: Sequence Name  (Read 3488 times)

paulinjm

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Sequence Name
« on: November 23, 2004, 09:04:02 am »
We have a corporate requirement that we must have the sequences we generate match the following reference: TableName_SEQUENCE (to work with our corporate j2ee framework)... EA generates them as TableName_PrimaryKey_SEQ.  

Can we use EA to generate ours as needed?  Ie, can we change how its generated?

Thanks

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Sequence Name
« Reply #1 on: November 27, 2004, 10:30:31 pm »
Try through "code generation tamplates" in "configuration" menu.
works fine for me every time I need a chaneg like that.
Recursion definition:
If you don’t understand the definition read "Recursion definition".

paulinjm

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Sequence Name
« Reply #2 on: November 30, 2004, 08:30:36 am »
Thanks, but I tried that and I don't see any where you can alter the way SQL DDL is output.  Am I missing something?

Thanks
Jason

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Sequence Name
« Reply #3 on: November 30, 2004, 10:38:34 pm »
sorry I work with C++ templates, dont know the others so well.
Recursion definition:
If you don’t understand the definition read "Recursion definition".