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
abstract  Column XPath.getAssociatedMapColumn()
          Gets the Column for AssociatedMapColumn
abstract  Column KeyAssociation.getForeignKeyColumn()
          Gets the Column for ForeignKeyColumn
abstract  Column AnalyticColumn.getOwningColumn()
          Gets the Column for OwningColumn
abstract  Column KeyAssociation.getUniqueKeyColumn()
          Gets the Column for UniqueKeyColumn
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.