Uses of Interface
com.sas.metadata.remote.DataTable
Packages that use DataTable
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 DataTable in com.sas.metadata.remote
Subinterfaces of DataTable in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceRepresents a table in an external data file.interfaceDEPRECATED: 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.interfaceRepresents a relational table, one that does not have a physical representation.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.interfaceA classifier that defines a set of tables that all share the same characteristics but that should be treated as one classifer for display purposes.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 DataTableModifier and TypeMethodDescriptionColumnHierarchy.getAssociatedDataTable()Gets theDataTableforAssociatedDataTableRole.getRoleObject()Gets theDataTableforRoleObjectColumn.getTable()Gets theDataTableforTableForeignKey.getTable()Gets theDataTableforTableUniqueKey.getTable()Gets theDataTableforTableMethods in com.sas.metadata.remote with parameters of type DataTableModifier and TypeMethodDescriptionvoidColumnHierarchy.setAssociatedDataTable(DataTable inObject) Sets theAssociatedDataTableslist 0th element to beinObject.voidRole.setRoleObject(DataTable inObject) Sets theRoleObjectslist 0th element to beinObject.voidSets theTableslist 0th element to beinObject.voidSets theTableslist 0th element to beinObject.voidSets theTableslist 0th element to beinObject. -
Uses of DataTable in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return DataTableModifier and TypeMethodDescriptionColumnHierarchyImpl.getAssociatedDataTable()Gets theDataTableforAssociatedDataTableNOTE: 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.RoleImpl.getRoleObject()Gets theDataTableforRoleObjectNOTE: 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.ColumnImpl.getTable()Gets theDataTableforTableNOTE: 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.ForeignKeyImpl.getTable()Gets theDataTableforTableNOTE: 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.UniqueKeyImpl.getTable()Gets theDataTableforTableNOTE: 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 DataTableModifier and TypeMethodDescriptionvoidColumnHierarchyImpl.setAssociatedDataTable(DataTable inObject) Sets theAssociatedDataTableslist 0th element to beinObject.voidRoleImpl.setRoleObject(DataTable inObject) Sets theRoleObjectslist 0th element to beinObject.voidColumnImpl.setTable(DataTable inObject) Sets theTableslist 0th element to beinObject.voidForeignKeyImpl.setTable(DataTable inObject) Sets theTableslist 0th element to beinObject.voidUniqueKeyImpl.setTable(DataTable inObject) Sets theTableslist 0th element to beinObject.