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

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

Uses of RelationalTable in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return RelationalTable
abstract  RelationalTable AnalyticTable.getAnalyticTrainingTable()
          Gets the RelationalTable for AnalyticTrainingTable
abstract  RelationalTable XPath.getAssociatedMapTable()
          Gets the RelationalTable for AssociatedMapTable
abstract  RelationalTable MiningResult.getTargetTable()
          Gets the RelationalTable for TargetTable
 

Methods in com.sas.metadata.remote with parameters of type RelationalTable
abstract  void AnalyticTable.setAnalyticTrainingTable(RelationalTable inObject)
          Sets the AnalyticTrainingTables list 0th element to be inObject.
abstract  void XPath.setAssociatedMapTable(RelationalTable inObject)
          Sets the AssociatedMapTables list 0th element to be inObject.
abstract  void MiningResult.setTargetTable(RelationalTable inObject)
          Sets the TargetTables list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.