|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hydrateframework.sql.ParsedQuery.QueryClauseText
public static class ParsedQuery.QueryClauseText
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 |
---|
public int type
public int id
public java.util.List<java.lang.String> elements
Constructor Detail |
---|
public ParsedQuery.QueryClauseText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |