Uses of Interface
com.sas.services.information.metadata.SASLibraryInterface
Packages that use SASLibraryInterface
Package
Description
Information Service metadata.
Library classes for SAS Foundation Services.
Server classes for SAS Foundation Services.
-
Uses of SASLibraryInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return SASLibraryInterfaceModifier and TypeMethodDescriptionOMRSASLibrary.getDataProviderLibrary()SASLibraryInterface.getDataProviderLibrary()Get the data provider library.OMRPhysicalTable.getLibrary()PhysicalTableInterface.getLibrary()Methods in com.sas.services.information.metadata with parameters of type SASLibraryInterfaceModifier and TypeMethodDescriptionvoidOMRSASClientConnection.addLibrary(SASLibraryInterface library) voidSASClientConnectionInterface.addLibrary(SASLibraryInterface library) Add a library to the list that are accessible through this connection.voidOMRSASClientConnection.removeLibrary(SASLibraryInterface library) voidSASClientConnectionInterface.removeLibrary(SASLibraryInterface library) Remove a library from the list that are accessible through this connection.voidOMRSASLibrary.setDataProviderLibrary(SASLibraryInterface dataProviderLibrary) voidSASLibraryInterface.setDataProviderLibrary(SASLibraryInterface dataProviderLibrary) Set the data provider library. -
Uses of SASLibraryInterface in com.sas.services.information.metadata.libraries
Fields in com.sas.services.information.metadata.libraries declared as SASLibraryInterfaceModifier and TypeFieldDescriptionprotected SASLibraryInterfaceLibraryBuilder.dataProviderLibraryMethods in com.sas.services.information.metadata.libraries that return SASLibraryInterfaceModifier and TypeMethodDescriptionLibraryBuilder.build(UserContextInterface user) Build the library object.SASHDATLibraryBuilder.build(UserContextInterface user) static SASLibraryInterfaceLASRLibraryUtil.getDataProviderLibrary(SASLibraryInterface library) Returns data provider library associated with this LASR library.static SASLibraryInterfaceLASRLibraryUtil.getLibrary(UserContextInterface userContext, String path) Returns a library specified by path or null if the library does not exist.static SASLibraryInterfaceSASLibraryUtil.getLibrary(UserContextInterface userContext, String path) Returns a library specified by path or null if the library does not exist.Methods in com.sas.services.information.metadata.libraries that return types with arguments of type SASLibraryInterfaceModifier and TypeMethodDescriptionstatic Collection<SASLibraryInterface> GreenplumLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Greenplum libraries.static Collection<SASLibraryInterface> HadoopLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Hadoop libraries.static Collection<SASLibraryInterface> LASRLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all LASR libraries.static Collection<SASLibraryInterface> OracleLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Oracle libraries.static Collection<SASLibraryInterface> PostgresLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Postgres libraries.static Collection<SASLibraryInterface> SASHDATLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all HDFS libraries.static Collection<SASLibraryInterface> SASLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all libraries.static Collection<SASLibraryInterface> SASLibraryUtil.getAllLibraries(UserContextInterface userContext, String engine) Returns a collection of all libraries of a specified type.static Collection<SASLibraryInterface> TeradataLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Teradata libraries.Methods in com.sas.services.information.metadata.libraries with parameters of type SASLibraryInterfaceModifier and TypeMethodDescriptionLASRLibraryBuilderLASRLibraryBuilder.dataProviderLibrary(SASLibraryInterface library) BLibraryBuilder.dataProviderLibrary(SASLibraryInterface library) static SASLibraryInterfaceLASRLibraryUtil.getDataProviderLibrary(SASLibraryInterface library) Returns data provider library associated with this LASR library.static voidLASRLibraryUtil.setDataProviderLibrary(SASLibraryInterface lasrLibrary, SASLibraryInterface dataProviderLibrary) Associates a data provider library with a LASR library. -
Uses of SASLibraryInterface in com.sas.services.information.metadata.servers
Methods in com.sas.services.information.metadata.servers that return SASLibraryInterfaceModifier and TypeMethodDescriptionLASRServerImpl.getLibraryByLibref(String name) LASRServerInterface.getLibraryByLibref(String name) LASRServerImpl.getLibraryByTag(String tag) LASRServerInterface.getLibraryByTag(String tag) Methods in com.sas.services.information.metadata.servers with parameters of type SASLibraryInterfaceModifier and TypeMethodDescriptionLASRServerInterfaceLASRUtilities.getLibraryServer(SASLibraryInterface library) static LASRServerInterfaceLASRUtilities.getLibraryServer(MetadataServerInterface metadataServer, SASLibraryInterface library) static StringLASRUtilities.getLibraryTag(SASLibraryInterface library) static StringLASRUtilities.getTableNameAndTag(SASLibraryInterface library, PhysicalTableInterface table)