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
 RelationalTable AnalyticTable.getAnalyticTrainingTable()
          Gets the RelationalTable for AnalyticTrainingTable
 RelationalTable XPath.getAssociatedMapTable()
          Gets the RelationalTable for AssociatedMapTable
 RelationalTable MiningResult.getTargetTable()
          Gets the RelationalTable for TargetTable
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.