Uses of Interface
com.sas.metadata.remote.Join

Packages that use Join
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Join in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Join
 Join OnClause.getOwningJoin()
          Gets the Join for OwningJoin
 Join JoinTable.getTableJoin()
          Gets the Join for TableJoin
 

Methods in com.sas.metadata.remote with parameters of type Join
 void OnClause.setOwningJoin(Join inObject)
          Sets the OwningJoins list 0th element to be inObject.
 void JoinTable.setTableJoin(Join inObject)
          Sets the TableJoins list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.