Uses of Interface
com.sas.metadata.remote.Column
Packages that use Column
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 Column in com.sas.metadata.remote
Subinterfaces of Column in com.sas.metadata.remoteMethods in com.sas.metadata.remote that return ColumnModifier and TypeMethodDescriptionXPath.getAssociatedMapColumn()Gets theColumnforAssociatedMapColumnKeyAssociation.getForeignKeyColumn()Gets theColumnforForeignKeyColumnAnalyticColumn.getOwningColumn()Gets theColumnforOwningColumnKeyAssociation.getUniqueKeyColumn()Gets theColumnforUniqueKeyColumnMethods in com.sas.metadata.remote with parameters of type ColumnModifier and TypeMethodDescriptionvoidXPath.setAssociatedMapColumn(Column inObject) Sets theAssociatedMapColumnslist 0th element to beinObject.voidKeyAssociation.setForeignKeyColumn(Column inObject) Sets theForeignKeyColumnslist 0th element to beinObject.voidAnalyticColumn.setOwningColumn(Column inObject) Sets theOwningColumnslist 0th element to beinObject.voidKeyAssociation.setUniqueKeyColumn(Column inObject) Sets theUniqueKeyColumnslist 0th element to beinObject. -
Uses of Column in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return ColumnModifier and TypeMethodDescriptionXPathImpl.getAssociatedMapColumn()Gets theColumnforAssociatedMapColumnNOTE: 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.KeyAssociationImpl.getForeignKeyColumn()Gets theColumnforForeignKeyColumnNOTE: 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.AnalyticColumnImpl.getOwningColumn()Gets theColumnforOwningColumnNOTE: 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.KeyAssociationImpl.getUniqueKeyColumn()Gets theColumnforUniqueKeyColumnNOTE: 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 ColumnModifier and TypeMethodDescriptionvoidXPathImpl.setAssociatedMapColumn(Column inObject) Sets theAssociatedMapColumnslist 0th element to beinObject.voidKeyAssociationImpl.setForeignKeyColumn(Column inObject) Sets theForeignKeyColumnslist 0th element to beinObject.voidAnalyticColumnImpl.setOwningColumn(Column inObject) Sets theOwningColumnslist 0th element to beinObject.voidKeyAssociationImpl.setUniqueKeyColumn(Column inObject) Sets theUniqueKeyColumnslist 0th element to beinObject.