Method Summary
|
getQuery |
returns the query used for composing.
|
|
setQuery |
sets a new query for the composer, which may be expanded by filters
and sort criteria.
|
|
getComposedQuery |
returns the query composed with filters and sort criterias.
|
|
getFilter |
returns the currently used filter.
|
|
getStructuredFilter |
returns the currently used filter.
|
|
getOrder |
returns the currently used sort order.
|
|
appendFilterByColumn |
appends a new filter condition by a
DataColumn
providing the name and the value for the filter.
|
|
appendOrderByColumn |
appends an additional part to the sort order criteria of the select
statement.
|
|
setFilter |
makes it possible to set a filter condition for the query.
|
|
setOrder |
makes it possibile to set a sort condition for the query.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.