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

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

Uses of PhysicalTable in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return PhysicalTable
abstract  PhysicalTable Index.getOwningPhysicalTable()
          Gets the PhysicalTable for OwningPhysicalTable
abstract  PhysicalTable SASPassword.getProtectedTable()
          Gets the PhysicalTable for ProtectedTable
abstract  PhysicalTable MiningResult.getTrainingTable()
          Gets the PhysicalTable for TrainingTable
 

Methods in com.sas.metadata.remote with parameters of type PhysicalTable
abstract  void Index.setOwningPhysicalTable(PhysicalTable inObject)
          Sets the OwningPhysicalTables list 0th element to be inObject.
abstract  void SASPassword.setProtectedTable(PhysicalTable inObject)
          Sets the ProtectedTables list 0th element to be inObject.
abstract  void MiningResult.setTrainingTable(PhysicalTable inObject)
          Sets the TrainingTables list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.