org.apache.ojb.broker.query
Class QueryBySQL

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

public class QueryBySQL
extends AbstractQueryImpl

Version:
$Id: QueryBySQL.java,v 1.1 2007-08-24 22:17:36 ewestfal Exp $
Author:
Jakob Braeuchi
See Also:
Serialized Form

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

Field Detail

m_sql

private String m_sql
Constructor Detail

QueryBySQL

public QueryBySQL(Class targetClass,
                  String anSQLStatement)
Method Detail

getSql

public String getSql()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.