[GENERAL] typecaste object to array

2010-02-23 Thread beulah prasanthi
i am doing j2ee project .I am getting list from the user i want to insert that list into array in postgres DB by doing this i cannot caste an instance object pgemail to type Type ARRAY Can we caste the object to array .please tell me

Re: [GENERAL] typecaste object to array

2010-02-23 Thread John R Pierce
beulah prasanthi wrote: i am doing j2ee project .I am getting list from the user i want to insert that list into array in postgres DB by doing this i cannot caste an instance object pgemail to type Type ARRAY Can we caste the object to array .please tell me normally, you would want to store

Re: [GENERAL] typecaste object to array

2010-02-23 Thread Lew
beulah prasanthi wrote: i [sic] am doing j2ee project .I am getting list from the user i want to insert that list into array in postgres DB by doing this i cannot caste an instance object pgemail to type Type ARRAY Can we caste the object to array .please tell me John R Pierce wrote: