Uses of Interface
com.sas.services.information.metadata.DataTableInterface

Packages that use DataTableInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of DataTableInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return DataTableInterface
abstract  DataTableInterface ForeignKeyInterface.getOwningTable()
          Get a owning table of the foreign key
abstract  DataTableInterface ColumnContainerInterface.getOwningTable()
          Get the owning table of the underneath key or index container
abstract  DataTableInterface DataTableRoleInterface.getRoleObject()
          Get the DataTable that this role describes.
abstract  DataTableInterface ColumnInterface.getTable()
          Get the DataTableInterface this column belongs to.
 

Methods in com.sas.services.information.metadata with parameters of type DataTableInterface
abstract  void RelationalSchemaInterface.addTable(DataTableInterface table)
          Add a DataTableInterface to the list of tables associated to this schema.
abstract  void RelationalSchemaInterface.removeTable(DataTableInterface table)
          Remove a DataTableInterface from the list of tables associated to this schema.
abstract  void ColumnInterface.setTable(DataTableInterface table)
          Set the DataTableInterface this column belongs to.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.