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

Packages that use Column
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Column in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Column
 Column XPath.getAssociatedMapColumn()
          Gets the Column for AssociatedMapColumn
 Column KeyAssociation.getForeignKeyColumn()
          Gets the Column for ForeignKeyColumn
 Column AnalyticColumn.getOwningColumn()
          Gets the Column for OwningColumn
 Column KeyAssociation.getUniqueKeyColumn()
          Gets the Column for UniqueKeyColumn
 

Methods in com.sas.metadata.remote with parameters of type Column
 void XPath.setAssociatedMapColumn(Column inObject)
          Sets the AssociatedMapColumns list 0th element to be inObject.
 void KeyAssociation.setForeignKeyColumn(Column inObject)
          Sets the ForeignKeyColumns list 0th element to be inObject.
 void AnalyticColumn.setOwningColumn(Column inObject)
          Sets the OwningColumns list 0th element to be inObject.
 void KeyAssociation.setUniqueKeyColumn(Column inObject)
          Sets the UniqueKeyColumns list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.