You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Erik Price <ep...@ptc.com> on 2003/06/03 20:03:49 UTC

strange output from generator

The generator has created my Java classes with some methods that look 
like this:

     /**
      * The value for the user_id field
      */
     private int user_id = nextval('public.users_user_id_seq'::text);



Is this normal?  Obviously it doesn't compile, but perhaps I've missed a 
step.


Thanks,

Erik