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
abstract  Select WhereClause.getOwningSelect()
          Gets the Select for OwningSelect
abstract  Select OrderByClause.getOwningSelect()
          Gets the Select for OwningSelect
abstract  Select HavingClause.getOwningSelect()
          Gets the Select for OwningSelect
abstract  Select GroupByClause.getOwningSelect()
          Gets the Select for OwningSelect
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.