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

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

Uses of Select in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Select
 Select WhereClause.getOwningSelect()
          Gets the Select for OwningSelect
 Select OrderByClause.getOwningSelect()
          Gets the Select for OwningSelect
 Select HavingClause.getOwningSelect()
          Gets the Select for OwningSelect
 Select GroupByClause.getOwningSelect()
          Gets the Select for OwningSelect
 

Methods in com.sas.metadata.remote with parameters of type Select
 void WhereClause.setOwningSelect(Select inObject)
          Sets the OwningSelects list 0th element to be inObject.
 void OrderByClause.setOwningSelect(Select inObject)
          Sets the OwningSelects list 0th element to be inObject.
 void HavingClause.setOwningSelect(Select inObject)
          Sets the OwningSelects list 0th element to be inObject.
 void GroupByClause.setOwningSelect(Select inObject)
          Sets the OwningSelects list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.