Uses of Interface
com.sas.metadata.remote.RelationalSchema
Packages that use RelationalSchema
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 RelationalSchema in com.sas.metadata.remote
Subinterfaces of RelationalSchema in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceA relational schema that contains tables that are not in SAS data sets.interfaceRepresents a data source name (DSN) that is a construct used by the SAS table server to identify a data source definition.interfaceRepresents a SAS library.interfaceA SecuredLibrary object is created for a SAS physical library when it is bound to metadata with the AUTHLIB procedure of SAS.Methods in com.sas.metadata.remote that return RelationalSchemaModifier and TypeMethodDescriptionDataTable.getTablePackage()Gets theRelationalSchemaforTablePackageMethods in com.sas.metadata.remote with parameters of type RelationalSchemaModifier and TypeMethodDescriptionvoidDataTable.setTablePackage(RelationalSchema inObject) Sets theTablePackageslist 0th element to beinObject. -
Uses of RelationalSchema in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return RelationalSchemaModifier and TypeMethodDescriptionDataTableImpl.getTablePackage()Gets theRelationalSchemaforTablePackageNOTE: 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 RelationalSchemaModifier and TypeMethodDescriptionvoidDataTableImpl.setTablePackage(RelationalSchema inObject) Sets theTablePackageslist 0th element to beinObject.