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
 DataTableInterface ForeignKeyInterface.getOwningTable()
          Get a owning table of the foreign key
 DataTableInterface ColumnContainerInterface.getOwningTable()
          Get the owning table of the underneath key or index container
 DataTableInterface DataTableRoleInterface.getRoleObject()
          Get the DataTable that this role describes.
 DataTableInterface ColumnInterface.getTable()
          Get the DataTableInterface this column belongs to.
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.