org.hydrateframework.sql
Class ParsedQuery.QueryClauseText

java.lang.Object
  extended by org.hydrateframework.sql.ParsedQuery.QueryClauseText
Enclosing class:
ParsedQuery

public static class ParsedQuery.QueryClauseText
extends java.lang.Object

This class is used to pass information about a query clause (where, set, values, parameter list) into this class.


Field Summary
 java.util.List<java.lang.String> elements
          A list of Strings that are the elements of this clause
 int id
          The combination of type and id must be unique
 int type
          One of the CLAUSE_- enumerations
 
Constructor Summary
ParsedQuery.QueryClauseText()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type
One of the CLAUSE_- enumerations


id

public int id
The combination of type and id must be unique


elements

public java.util.List<java.lang.String> elements
A list of Strings that are the elements of this clause

Constructor Detail

ParsedQuery.QueryClauseText

public ParsedQuery.QueryClauseText()


Copyright © 2000 The Hydrate Project. All Rights Reserved.