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

    Modifier and Type
    Interface
    Description
    interface 
    Represents a table in an external data file.
    interface 
    DEPRECATED: Represents an instance of a join between two tables.
    interface 
    A "materialized" table that resides in a database or a file system.
    interface 
    Result set of a query.
    interface 
    Represents a relational table, one that does not have a physical representation.
    interface 
    A 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.
    interface 
    A classifier that defines a set of tables that all share the same characteristics but that should be treated as one classifer for display purposes.
    interface 
    Represents 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 DataTable
    Modifier and Type
    Method
    Description
    ColumnHierarchy.getAssociatedDataTable()
    Gets the DataTable for AssociatedDataTable
    Gets the DataTable for RoleObject
    Column.getTable()
    Gets the DataTable for Table
    ForeignKey.getTable()
    Gets the DataTable for Table
    UniqueKey.getTable()
    Gets the DataTable for Table
    Methods in com.sas.metadata.remote with parameters of type DataTable
    Modifier and Type
    Method
    Description
    void
    ColumnHierarchy.setAssociatedDataTable(DataTable inObject)
    Sets the AssociatedDataTables list 0th element to be inObject.
    void
    Role.setRoleObject(DataTable inObject)
    Sets the RoleObjects list 0th element to be inObject.
    void
    Column.setTable(DataTable inObject)
    Sets the Tables list 0th element to be inObject.
    void
    ForeignKey.setTable(DataTable inObject)
    Sets the Tables list 0th element to be inObject.
    void
    UniqueKey.setTable(DataTable inObject)
    Sets the Tables list 0th element to be inObject.
  • Uses of DataTable in com.sas.metadata.remote.impl

    Modifier and Type
    Method
    Description
    ColumnHierarchyImpl.getAssociatedDataTable()
    Gets the DataTable for AssociatedDataTable NOTE: 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 the DataTable for RoleObject NOTE: 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 the DataTable for Table NOTE: 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 the DataTable for Table NOTE: 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 the DataTable for Table NOTE: 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 DataTable
    Modifier and Type
    Method
    Description
    void
    ColumnHierarchyImpl.setAssociatedDataTable(DataTable inObject)
    Sets the AssociatedDataTables list 0th element to be inObject.
    void
    RoleImpl.setRoleObject(DataTable inObject)
    Sets the RoleObjects list 0th element to be inObject.
    void
    ColumnImpl.setTable(DataTable inObject)
    Sets the Tables list 0th element to be inObject.
    void
    ForeignKeyImpl.setTable(DataTable inObject)
    Sets the Tables list 0th element to be inObject.
    void
    UniqueKeyImpl.setTable(DataTable inObject)
    Sets the Tables list 0th element to be inObject.