|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ExportJoin
| Method Summary | |
|---|---|
abstract ExportDataSource |
getFromTable()
returns the ExportDataSourceInterface that the join is going from. |
abstract java.util.List<ExportJoinColumnPair> |
getJoinColumnPairs()
Returns a list of the pairs of QualifiedColumn objects to join between the two DataSourceTable objects [from,to] and will return an empty list if the underlying object's join condition is to complex to model as a simple pair of columns. |
abstract ConditionalExpression |
getJoinCondition()
Returns the full join condition. |
abstract com.sas.iquery.metadata.business.JoinType |
getJoinType()
Returns the join type: INNER, OUTER, LEFT, RIGHT, CROSS. |
abstract ExportDataSource |
getToTable()
returns the ExportDataSourceInterface that the join is going to. |
| Methods inherited from interface com.sas.iquery.metadata.business.ExportObject |
|---|
getDescription, getExportMetadata, getExportObjectFactory, getID, getLabel, getUnderlyingObject, getUniqueExportName |
| Method Detail |
|---|
ExportDataSource getFromTable()
throws MetadataException
MetadataException
ExportDataSource getToTable()
throws MetadataException
MetadataException
java.util.List<ExportJoinColumnPair> getJoinColumnPairs()
throws MetadataException
MetadataException
com.sas.iquery.metadata.business.JoinType getJoinType()
throws MetadataException
MetadataException
ConditionalExpression getJoinCondition()
throws MetadataException
MetadataException
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||