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

Packages that use Join
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 Join in com.sas.metadata.remote

    Methods in com.sas.metadata.remote that return Join
    Modifier and Type
    Method
    Description
    OnClause.getOwningJoin()
    Gets the Join for OwningJoin
    JoinTable.getTableJoin()
    Gets the Join for TableJoin
    Methods in com.sas.metadata.remote with parameters of type Join
    Modifier and Type
    Method
    Description
    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.
  • Uses of Join in com.sas.metadata.remote.impl

    Methods in com.sas.metadata.remote.impl that return Join
    Modifier and Type
    Method
    Description
    OnClauseImpl.getOwningJoin()
    Gets the Join for OwningJoin 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.
    JoinTableImpl.getTableJoin()
    Gets the Join for TableJoin 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 Join
    Modifier and Type
    Method
    Description
    void
    OnClauseImpl.setOwningJoin(Join inObject)
    Sets the OwningJoins list 0th element to be inObject.
    void
    JoinTableImpl.setTableJoin(Join inObject)
    Sets the TableJoins list 0th element to be inObject.