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
 DataTable ColumnHierarchy.getAssociatedDataTable()
          Gets the DataTable for AssociatedDataTable
 DataTable Role.getRoleObject()
          Gets the DataTable for RoleObject
 DataTable UniqueKey.getTable()
          Gets the DataTable for Table
 DataTable ForeignKey.getTable()
          Gets the DataTable for Table
 DataTable Column.getTable()
          Gets the DataTable for Table
 

Methods in com.sas.metadata.remote with parameters of type DataTable
 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 UniqueKey.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 Column.setTable(DataTable inObject)
          Sets the Tables list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.