|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryAtomGroup
The QueryAtomGroup class contains a group of atoms of a WHERE {} or UNION {} statement.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<QueryAtom> |
getAtoms()
Get an unodifiable list of all query atoms in the group. |
int |
hashCode()
|
boolean |
isEmpty()
Check whether there are any atoms in the group. |
java.lang.String |
toString()
Print the group as string. |
Method Detail |
---|
boolean isEmpty()
java.util.List<QueryAtom> getAtoms()
java.lang.String toString()
toString
in class java.lang.Object
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |