Uses of Interface
com.sas.services.information.metadata.SASLibraryInterface

Packages that use SASLibraryInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of SASLibraryInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return SASLibraryInterface
abstract  SASLibraryInterface SASLibraryInterface.getDataProviderLibrary()
          Get the data provider library.
abstract  SASLibraryInterface PhysicalTableInterface.getLibrary()
           
 

Methods in com.sas.services.information.metadata with parameters of type SASLibraryInterface
abstract  void SASClientConnectionInterface.addLibrary(SASLibraryInterface library)
          Add a library to the list that are accessible through this connection.
abstract  void SASClientConnectionInterface.removeLibrary(SASLibraryInterface library)
          Remove a library from the list that are accessible through this connection.
abstract  void SASLibraryInterface.setDataProviderLibrary(SASLibraryInterface dataProviderLibrary)
          Set the data provider library.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.