Re: Best way to use OQL with PB

2004-06-23 Thread Thomas Mahler
Hi Clovis, Clóvis Wichoski wrote: Hi, I'm using PersistenceBroker and need use OQL only for selecting objects, then I will use OQLQueryImpl, only to make the Query object for me, but I have two issues in doubt: 1) Executing query with broker ... OQLQueryImpl oql = new OQLQueryImpl(broker.getPBKe

Best way to use OQL with PB

2004-06-22 Thread Clóvis Wichoski
Hi, I'm using PersistenceBroker and need use OQL only for selecting objects, then I will use OQLQueryImpl, only to make the Query object for me, but I have two issues in doubt: 1) Executing query with broker ... OQLQueryImpl oql = new OQLQueryImpl(broker.getPBKey()); oql.create(sbOQL.toString())