Uses of Interface
com.sas.metadata.remote.PhysicalTable
Packages that use PhysicalTable
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 PhysicalTable in com.sas.metadata.remote
Subinterfaces of PhysicalTable in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceA 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 PhysicalTableModifier and TypeMethodDescriptionIndex.getOwningPhysicalTable()Gets thePhysicalTableforOwningPhysicalTableSASPassword.getProtectedTable()Gets thePhysicalTableforProtectedTableMiningResult.getTrainingTable()Gets thePhysicalTableforTrainingTableMethods in com.sas.metadata.remote with parameters of type PhysicalTableModifier and TypeMethodDescriptionvoidIndex.setOwningPhysicalTable(PhysicalTable inObject) Sets theOwningPhysicalTableslist 0th element to beinObject.voidSASPassword.setProtectedTable(PhysicalTable inObject) Sets theProtectedTableslist 0th element to beinObject.voidMiningResult.setTrainingTable(PhysicalTable inObject) Sets theTrainingTableslist 0th element to beinObject. -
Uses of PhysicalTable in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return PhysicalTableModifier and TypeMethodDescriptionIndexImpl.getOwningPhysicalTable()Gets thePhysicalTableforOwningPhysicalTableNOTE: 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.SASPasswordImpl.getProtectedTable()Gets thePhysicalTableforProtectedTableNOTE: 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.getTrainingTable()Gets thePhysicalTableforTrainingTableNOTE: 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 PhysicalTableModifier and TypeMethodDescriptionvoidIndexImpl.setOwningPhysicalTable(PhysicalTable inObject) Sets theOwningPhysicalTableslist 0th element to beinObject.voidSASPasswordImpl.setProtectedTable(PhysicalTable inObject) Sets theProtectedTableslist 0th element to beinObject.voidMiningResultImpl.setTrainingTable(PhysicalTable inObject) Sets theTrainingTableslist 0th element to beinObject.