com.agimatec.sql.query
Class QueryDefinition

java.lang.Object
  extended by com.agimatec.sql.query.QueryDefinition
All Implemented Interfaces:
Serializable

public class QueryDefinition
extends Object
implements Serializable

This object allows to query for any SQL possible that does return plain data.

See Also:
Serialized Form

Field Summary
static int UNLIMITED
           
 
Constructor Summary
QueryDefinition()
           
 
Method Summary
 int getMaxResults()
           
 String getQueryName()
           
 Object getQueryObject()
           
 void setMaxResults(int i)
           
 void setQueryName(String qsn)
           
 void setQueryObject(Object ser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNLIMITED

public static final int UNLIMITED
See Also:
Constant Field Values
Constructor Detail

QueryDefinition

public QueryDefinition()
Method Detail

getQueryName

public String getQueryName()

setQueryName

public void setQueryName(String qsn)

getQueryObject

public Object getQueryObject()

setQueryObject

public void setQueryObject(Object ser)

getMaxResults

public int getMaxResults()

setMaxResults

public void setMaxResults(int i)


Copyright © 2008-2011. All Rights Reserved.