[OJB-developers] RsIterator size()
Brought to you by:
thma
From: Jakob B. <jbr...@ho...> - 2002-06-08 19:26:37
|
hi, i do have a problem with an unsupported method in RsIterator#size(): ... if (m_rsAndStmt.m_rs.last()) ... m_rs.last() is not supported by the hsqldb shipped with ojb: [DEFAULT] ERROR: SQL Exception while getting size ROOT: This function is not supported ojb.broker.PersistenceBrokerException: SQL Exception while getting size ROOT: This function is not supported at ojb.broker.accesslayer.RsIterator.size(RsIterator.java:352) at ojb.broker.singlevm.PersistenceBrokerImpl.getCollectionByQuery(PersistenceBr okerImpl.java:901) with mysql it works fine. jakob |