Uses of Interface
com.sas.metadata.remote.Connection
Packages that use Connection
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of Connection in com.sas.metadata.remote
Subinterfaces of Connection in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceRepresents a COM connection.interfaceAn abstract type that represents the connection information needed by an open client to access a deployed component.interfaceRepresents the information needed by SAS software to connect to other servers.interfaceContains information for making a TCP/IP connection to a server.Methods in com.sas.metadata.remote that return ConnectionModifier and TypeMethodDescriptionDataSourceName.getDataSourceConnection()Gets theConnectionforDataSourceConnectionMethods in com.sas.metadata.remote with parameters of type ConnectionModifier and TypeMethodDescriptionStringMdModelUtil.SAS9Generator.genCredentials(SASLibrary iMeta, Connection c, boolean b_quoteUser, boolean b_quotePassword) Generate a String containing a libraries username and passwordprotected Map<String, Object> MdModelUtil.PromptingGenerator.getCredentials(SASLibrary iMeta, Connection iConn) Get credentials from provided connection.protected Map<String, Object> MdModelUtil.SAS9Generator.getCredentials(SASLibrary iMeta, Connection iConn) Get credentials from provided connection querying server for logins found under the connection's authDomain.intMdModelUtil.PromptingGenerator.resolveAuthType(Connection c, MdFactory factory) Resolve the Authentication type associated with the provided connectionvoidDataSourceName.setDataSourceConnection(Connection inObject) Sets theDataSourceConnectionslist 0th element to beinObject. -
Uses of Connection in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return ConnectionModifier and TypeMethodDescriptionDataSourceNameImpl.getDataSourceConnection()Gets theConnectionforDataSourceConnectionNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type ConnectionModifier and TypeMethodDescriptionvoidDataSourceNameImpl.setDataSourceConnection(Connection inObject) Sets theDataSourceConnectionslist 0th element to beinObject.