Thanks again, that works, but how do I extract the values I can do rs.getString(coords) to output something like
(160,120) but then I have to parse the value, is there some object I can cast it to so I can refer to the two values directly ? On Friday, 27 September 2013 14:19:04 UTC+1, Vasile Rotaru wrote: > > This seem to wok... > > create table points (id identity, point point not null) > > insert into points(point) values((2, 3)) > > > On Fri, Sep 27, 2013 at 3:49 PM, Paul Taylor <[email protected]<javascript:> > > wrote: > >> >> >> On Friday, 27 September 2013 12:38:38 UTC+1, Vasile Rotaru wrote: >>> >>> create domain point as array check (array_length(value) = 2) >>> >>> this? >>> >>> >>> Hi, thanks that does work :) >> But Im now struggling with the syntax of an INSERT statement , could you >> provide an example please >> >> -- >> You received this message because you are subscribed to the Google Groups >> "H2 Database" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/h2-database. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Vasile Rotaru > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
