It's a bit old and doesn't show how elegant it can be - it just shows
how it can replace direct SQL queries.  More of an SQLBuilder doc than
a SQLObject one.  Reference:

> PhoneNumber.select(PhoneNumber.q.id==1)

Can be represented as:

> PhoneNumber.get(1)

Oh well, at least it's an introduction for my father.  "If IBM uses it,
it must be good!"  XD

Reply via email to