org.apache.ojb.broker.accesslayer
Class RsQueryObject
java.lang.Object
org.apache.ojb.broker.accesslayer.RsQueryObject
- public class RsQueryObject
- extends java.lang.Object
Helper class for RsIterator
queries.
- Version:
- $Id: RsQueryObject.java 365232 2005-12-21 22:36:07Z tomdz $
- Author:
- Armin Waibel
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
get
public static RsQueryObject get(ClassDescriptor cld,
Query query)
- Returns a new instance of this class.
performQuery
public ResultSetAndStatement performQuery(JdbcAccess jdbcAccess)
usePaging
public boolean usePaging()
getStartIndex
public int getStartIndex()
getEndIndex
public int getEndIndex()
getClassDescriptor
public ClassDescriptor getClassDescriptor()
getQuery
public Query getQuery()
isSQLBased
public boolean isSQLBased()
getSQLBasedQuery
public java.lang.String getSQLBasedQuery()
toString
public java.lang.String toString()
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30