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 SelectModifier and TypeMethodDescriptionGroupByClause.getOwningSelect()Gets theSelectforOwningSelectHavingClause.getOwningSelect()Gets theSelectforOwningSelectOrderByClause.getOwningSelect()Gets theSelectforOwningSelectWhereClause.getOwningSelect()Gets theSelectforOwningSelectMethods in com.sas.metadata.remote with parameters of type SelectModifier and TypeMethodDescriptionvoidGroupByClause.setOwningSelect(Select inObject) Sets theOwningSelectslist 0th element to beinObject.voidHavingClause.setOwningSelect(Select inObject) Sets theOwningSelectslist 0th element to beinObject.voidOrderByClause.setOwningSelect(Select inObject) Sets theOwningSelectslist 0th element to beinObject.voidWhereClause.setOwningSelect(Select inObject) Sets theOwningSelectslist 0th element to beinObject. -
Uses of Select in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return SelectModifier and TypeMethodDescriptionGroupByClauseImpl.getOwningSelect()Gets theSelectforOwningSelectNOTE: 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 theSelectforOwningSelectNOTE: 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 theSelectforOwningSelectNOTE: 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 theSelectforOwningSelectNOTE: 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 SelectModifier and TypeMethodDescriptionvoidGroupByClauseImpl.setOwningSelect(Select inObject) Sets theOwningSelectslist 0th element to beinObject.voidHavingClauseImpl.setOwningSelect(Select inObject) Sets theOwningSelectslist 0th element to beinObject.voidOrderByClauseImpl.setOwningSelect(Select inObject) Sets theOwningSelectslist 0th element to beinObject.voidWhereClauseImpl.setOwningSelect(Select inObject) Sets theOwningSelectslist 0th element to beinObject.