|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Result row represents a single row in the result. You can read attribute values from it.
| Method Summary | |
java.lang.Object |
get(int index)
Get result attribute based on index of attribute when creating the query. |
java.lang.Object |
get(JQueryAttribute attr)
Get result attribute based on attribute descriptor used when creating the query. |
java.lang.Object |
get(java.lang.Object tag)
Get result attribute based on attribute identifier. |
java.lang.Object[] |
getAll()
Read all attributes of this result row. |
JQueryAttribute[] |
getAttributes()
Get attributes that were selected by this query. |
int |
size()
Get attribute count in this row. |
| Method Detail |
public int size()
public java.lang.Object get(JQueryAttribute attr)
throws java.lang.IllegalArgumentException
attr - attribute descriptor.
java.lang.IllegalArgumentException - if this attribute is unknown.
public java.lang.Object get(int index)
throws java.lang.ArrayIndexOutOfBoundsException
index - attribute index.
java.lang.ArrayIndexOutOfBoundsException - if index is invalid.
public java.lang.Object get(java.lang.Object tag)
throws java.lang.IllegalArgumentException
tag - attribute identifier tag.
java.lang.IllegalArgumentException - if this tag is unknown.public java.lang.Object[] getAll()
public JQueryAttribute[] getAttributes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||