|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjimm.datavision.source.Query
jimm.datavision.source.charsep.CharSepQuery
public class CharSepQuery
A query used in character-separated file queries.
CharSepSource| Field Summary | |
|---|---|
protected java.util.ArrayList |
charSepCols
|
| Fields inherited from class jimm.datavision.source.Query |
|---|
joins, report, selectables, SORT_ASCENDING, SORT_DESCENDING, SORT_UNDEFINED, sortOrders, sortSelectables, whereClause |
| Constructor Summary | |
|---|---|
CharSepQuery(Report r)
|
|
| Method Summary | |
|---|---|
(package private) void |
addColumn(Column col)
|
void |
findSelectablesUsed()
Builds collections of the selectables actually used in the report. |
| Methods inherited from class jimm.datavision.source.Query |
|---|
addAllJoins, addJoin, addSort, clearJoins, clearSorts, containsReferenceTo, getEditableWhereClause, getNumSelectables, getWhereClause, indexOfSelectable, joins, reloadColumns, removeJoin, removeSort, selectables, setEditableWhereClause, setWhereClause, sortedSelectables, sortOrderOf, writeExtras, writeXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ArrayList charSepCols
| Constructor Detail |
|---|
public CharSepQuery(Report r)
| Method Detail |
|---|
void addColumn(Column col)
public void findSelectablesUsed()
Query
findSelectablesUsed in class Query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||