|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Join | |
|---|---|
| jimm.datavision | Provides the classes and interfaces that make up a DataVision report. |
| jimm.datavision.gui.sql | Classes for access to database- and SQL-specific information. |
| jimm.datavision.source | The abstract classes and interfaces that define a data source. |
| jimm.datavision.source.sql | Provides the classes and interfaces that make up the database data source. |
| Uses of Join in jimm.datavision |
|---|
| Methods in jimm.datavision with parameters of type Join | |
|---|---|
void |
Subreport.addJoin(Join join)
|
| Uses of Join in jimm.datavision.gui.sql |
|---|
| Fields in jimm.datavision.gui.sql declared as Join | |
|---|---|
(package private) Join |
VisTableWin.JoinFields.join
|
| Constructors in jimm.datavision.gui.sql with parameters of type Join | |
|---|---|
VisTableWin.JoinFields(Join j,
DataSource db)
|
|
| Uses of Join in jimm.datavision.source |
|---|
| Methods in jimm.datavision.source with parameters of type Join | |
|---|---|
void |
Query.addJoin(Join join)
Adds a join to the list of joins used by this query. |
void |
Query.removeJoin(Join join)
Removes a join from the list of joins used by this query. |
| Uses of Join in jimm.datavision.source.sql |
|---|
| Methods in jimm.datavision.source.sql with parameters of type Join | |
|---|---|
void |
SubreportQuery.addSubreportJoin(Join join)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||