Other data fields will be whatever defaults are. You can look at BaseXXX for default values.
Howard Lin > -----Original Message----- > From: Dan Allen [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 6:51 PM > To: Turbine Torque Users List > Subject: Re: updating a record > > > > Howard Lin ([EMAIL PROTECTED]) wrote: > > > Since no explicit constructor for User or BaseUser created > by Torque, the "key" field will be whatever default is. You > can define a constructor for User(int, stiring, ...) so you > can do all your initialization there. > > Actually, what I wrote was confusing. Assume that the field which I > refered to as "key" was really something more like "title" or > "description." What I mean was, will it leave other data fields > alone when you don't specify them or will it clear them. > > Dan > > -- > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Daniel Allen, <[EMAIL PROTECTED]> > http://www.mojavelinux.com/ > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > "I'm old enough to know better, but still too young to care." > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
