Uses of Interface
com.sas.metadata.remote.RelationalTable
Packages that use RelationalTable
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 RelationalTable in com.sas.metadata.remote
Subinterfaces of RelationalTable in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceDEPRECATED: Represents an instance of a join between two tables.interfaceA "materialized" table that resides in a database or a file system.interfaceResult set of a query.interfaceA SecuredTable object is created for a physical SAS data set when a data set with the same name is first created in a metadata-bound library.interfaceRepresents a table that is created as part of running SAS code that is not intended to be persisted.Methods in com.sas.metadata.remote that return RelationalTableModifier and TypeMethodDescriptionAnalyticTable.getAnalyticTrainingTable()Gets theRelationalTableforAnalyticTrainingTableXPath.getAssociatedMapTable()Gets theRelationalTableforAssociatedMapTableMiningResult.getTargetTable()Gets theRelationalTableforTargetTableMethods in com.sas.metadata.remote with parameters of type RelationalTableModifier and TypeMethodDescriptionvoidAnalyticTable.setAnalyticTrainingTable(RelationalTable inObject) Sets theAnalyticTrainingTableslist 0th element to beinObject.voidXPath.setAssociatedMapTable(RelationalTable inObject) Sets theAssociatedMapTableslist 0th element to beinObject.voidMiningResult.setTargetTable(RelationalTable inObject) Sets theTargetTableslist 0th element to beinObject. -
Uses of RelationalTable in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return RelationalTableModifier and TypeMethodDescriptionAnalyticTableImpl.getAnalyticTrainingTable()Gets theRelationalTableforAnalyticTrainingTableNOTE: 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.XPathImpl.getAssociatedMapTable()Gets theRelationalTableforAssociatedMapTableNOTE: 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.MiningResultImpl.getTargetTable()Gets theRelationalTableforTargetTableNOTE: 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 RelationalTableModifier and TypeMethodDescriptionvoidAnalyticTableImpl.setAnalyticTrainingTable(RelationalTable inObject) Sets theAnalyticTrainingTableslist 0th element to beinObject.voidXPathImpl.setAssociatedMapTable(RelationalTable inObject) Sets theAssociatedMapTableslist 0th element to beinObject.voidMiningResultImpl.setTargetTable(RelationalTable inObject) Sets theTargetTableslist 0th element to beinObject.