com.redstarhackers.jdbc.query
Class Query

java.lang.Object
  extended bycom.redstarhackers.jdbc.query.Query

public class Query
extends java.lang.Object

TODO Class summary sentence. Class documentation.

Version:
$Revision: 1083 $
Author:
$Author: kostya $

Constructor Summary
Query()
           
Query(java.lang.String queryStr)
           
 
Method Summary
 QueryGrouping getGrouping()
           
 QueryOrdering getOrdering()
           
 java.lang.String getQuery()
           
 QueryExpression getWhere()
           
 void resetGrouping()
           
 void resetOrdering()
           
 void resetWhere()
           
 void setQuery(java.lang.String val)
           
 java.lang.String toSql()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query()

Query

public Query(java.lang.String queryStr)
Method Detail

getQuery

public java.lang.String getQuery()

setQuery

public void setQuery(java.lang.String val)

getWhere

public QueryExpression getWhere()

resetWhere

public void resetWhere()

getOrdering

public QueryOrdering getOrdering()

resetOrdering

public void resetOrdering()

getGrouping

public QueryGrouping getGrouping()

resetGrouping

public void resetGrouping()

toSql

public java.lang.String toSql()
                       throws SQLGrammarException
Throws:
SQLGrammarException