|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use ExportJoin | |
|---|---|
| com.sas.iquery.metadata.business | The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. |
| com.sas.iquery.util | Utility classes that SAS Query Services makes available for use with its models. |
| Uses of ExportJoin in com.sas.iquery.metadata.business |
|---|
| Methods in com.sas.iquery.metadata.business that return types with arguments of type ExportJoin | |
|---|---|
java.util.List<ExportJoin> |
ExportRelationalMetadata.getExportJoinsUsed()
Return the Joins associated with this Map or DataSelection |
java.util.List<ExportJoin> |
ExportUploadMetadata.getUploadJoinsUsed()
Return the Joins used if any. |
| Method parameters in com.sas.iquery.metadata.business with type arguments of type ExportJoin | |
|---|---|
void |
ExportRelationalMetadata.setExportItemsToUse(java.util.List<ExportDataSource> exportDataSources,
java.util.List<ExportColumn> exportColumns,
java.util.List<ExportFilter> exportFilters,
java.util.List<ExportJoin> exportJoins)
Set the DataSources, Columns, and Filters from a Map to be exported. |
| Uses of ExportJoin in com.sas.iquery.util |
|---|
| Methods in com.sas.iquery.util that return types with arguments of type ExportJoin | |
|---|---|
static java.util.List<ExportJoin> |
ExportInfoUtilities.getUploadJoinsUsedBetween(Export export,
ExportDataSource dataSource1,
ExportDataSource dataSource2)
returns a list of export joins used between two export data sources or an empty list if none found. |
| Method parameters in com.sas.iquery.util with type arguments of type ExportJoin | |
|---|---|
static void |
ExportInfoUtilities.getJoinInfo(Export export,
java.util.Map<ExportDataSource,java.util.Map<com.sas.iquery.metadata.business.QualifiedColumn,java.util.Set<ExportJoin>>> joinedTableColumns)
Populates data structures with JOIN based information useful for displaying in a GUI. |
|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||