|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hydrateframework.sql.ParsedQuery.QueryClause
protected static class ParsedQuery.QueryClause
Holds details of a 'where' or 'select' clause
| Field Summary | |
|---|---|
org.hydrateframework.sql.ParsedQuery.Token[] |
elements
|
int |
id
|
int |
type
|
| Constructor Summary | |
|---|---|
ParsedQuery.QueryClause(int type,
int id,
java.lang.String[] elements,
java.util.List<AbstractParameterStatement.Parameter> params)
|
|
| 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 org.hydrateframework.sql.ParsedQuery.Token[] elements
| Constructor Detail |
|---|
public ParsedQuery.QueryClause(int type,
int id,
java.lang.String[] elements,
java.util.List<AbstractParameterStatement.Parameter> params)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||