Uses of Interface
com.sas.metadata.remote.DataTable

Packages that use DataTable
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of DataTable in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return DataTable
abstract  DataTable ColumnHierarchy.getAssociatedDataTable()
          Gets the DataTable for AssociatedDataTable
abstract  DataTable Role.getRoleObject()
          Gets the DataTable for RoleObject
abstract  DataTable UniqueKey.getTable()
          Gets the DataTable for Table
abstract  DataTable ForeignKey.getTable()
          Gets the DataTable for Table
abstract  DataTable Column.getTable()
          Gets the DataTable for Table
 

Methods in com.sas.metadata.remote with parameters of type DataTable
abstract  void ColumnHierarchy.setAssociatedDataTable(DataTable inObject)
          Sets the AssociatedDataTables list 0th element to be inObject.
abstract  void Role.setRoleObject(DataTable inObject)
          Sets the RoleObjects list 0th element to be inObject.
abstract  void UniqueKey.setTable(DataTable inObject)
          Sets the Tables list 0th element to be inObject.
abstract  void ForeignKey.setTable(DataTable inObject)
          Sets the Tables list 0th element to be inObject.
abstract  void Column.setTable(DataTable inObject)
          Sets the Tables list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.