|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.araneaframework.backend.list.helper.fields.ConcatFields
Composite implementation of Fields
that combine the results of its children.
The concatenation of all fields are returned with no duplications.
Fields| Constructor Summary | |
ConcatFields()
|
|
| Method Summary | |
void |
add(Fields fields)
Adds an instance of Fields which results are used. |
Collection |
getNames()
Return the list of fields used in SELECT. |
Collection |
getResultSetNames()
Return the list of fields read from the ResultSet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConcatFields()
| Method Detail |
public void add(Fields fields)
Fields which results are used.
public Collection getNames()
FieldsSELECT.
getNames in interface Fieldspublic Collection getResultSetNames()
FieldsResultSet.
getResultSetNames in interface FieldsResultSet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||