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

Packages that use Select
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
  • Uses of Select in com.sas.metadata.remote

    Methods in com.sas.metadata.remote that return Select
    Modifier and Type
    Method
    Description
    GroupByClause.getOwningSelect()
    Gets the Select for OwningSelect
    HavingClause.getOwningSelect()
    Gets the Select for OwningSelect
    OrderByClause.getOwningSelect()
    Gets the Select for OwningSelect
    WhereClause.getOwningSelect()
    Gets the Select for OwningSelect
    Methods in com.sas.metadata.remote with parameters of type Select
    Modifier and Type
    Method
    Description
    void
    GroupByClause.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
    OrderByClause.setOwningSelect(Select inObject)
    Sets the OwningSelects list 0th element to be inObject.
    void
    WhereClause.setOwningSelect(Select inObject)
    Sets the OwningSelects list 0th element to be inObject.
  • Uses of Select in com.sas.metadata.remote.impl

    Methods in com.sas.metadata.remote.impl that return Select
    Modifier and Type
    Method
    Description
    GroupByClauseImpl.getOwningSelect()
    Gets the Select for OwningSelect NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    HavingClauseImpl.getOwningSelect()
    Gets the Select for OwningSelect NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    OrderByClauseImpl.getOwningSelect()
    Gets the Select for OwningSelect NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    WhereClauseImpl.getOwningSelect()
    Gets the Select for OwningSelect NOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.
    Methods in com.sas.metadata.remote.impl with parameters of type Select
    Modifier and Type
    Method
    Description
    void
    GroupByClauseImpl.setOwningSelect(Select inObject)
    Sets the OwningSelects list 0th element to be inObject.
    void
    HavingClauseImpl.setOwningSelect(Select inObject)
    Sets the OwningSelects list 0th element to be inObject.
    void
    OrderByClauseImpl.setOwningSelect(Select inObject)
    Sets the OwningSelects list 0th element to be inObject.
    void
    WhereClauseImpl.setOwningSelect(Select inObject)
    Sets the OwningSelects list 0th element to be inObject.