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
 PhysicalTable Index.getOwningPhysicalTable()
          Gets the PhysicalTable for OwningPhysicalTable
 PhysicalTable SASPassword.getProtectedTable()
          Gets the PhysicalTable for ProtectedTable
 PhysicalTable MiningResult.getTrainingTable()
          Gets the PhysicalTable for TrainingTable
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.