org.apache.ojb.broker.query
Class QueryBySQL

java.lang.Object
  extended byorg.apache.ojb.broker.query.AbstractQueryImpl
      extended byorg.apache.ojb.broker.query.QueryBySQL
All Implemented Interfaces:
Query, java.io.Serializable

public class QueryBySQL
extends AbstractQueryImpl

Version:
$Id: QueryBySQL.java,v 1.5 2003/03/15 15:42:26 brj Exp $
Author:
Jakob Braeuchi
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ojb.broker.query.Query
NO_END_AT_INDEX, NO_START_AT_INDEX, NOT_SCROLLABLE, SCROLLABLE
 
Constructor Summary
QueryBySQL(java.lang.Class targetClass, java.lang.String anSQLStatement)
           
 
Method Summary
 java.lang.String getSql()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ojb.broker.query.AbstractQueryImpl
fullSize, fullSize, getBaseClass, getCriteria, getEndAtIndex, getExampleObject, getGroupBy, getHavingCriteria, getOrderBy, getPrefetchedRelationships, getSearchClass, getStartAtIndex, getWithExtents, isDistinct, setEndAtIndex, setStartAtIndex, setWithExtents, usePaging
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryBySQL

public QueryBySQL(java.lang.Class targetClass,
                  java.lang.String anSQLStatement)
Method Detail

getSql

public java.lang.String getSql()

toString

public java.lang.String toString()


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14