com.crystaldecisions.sdk.occa.report.data
Interface IDatabase


public interface IDatabase

This interface defines a collection of tables from one or more database servers as well as a collection of TableLink objects that define how the tables are linked.


Method Summary
 TableLinks getTableLinks()
           Internal use only.
 Tables getTables()
          Returns the tables from the database that are used in the report.
 void setTableLinks(TableLinks tableLinks)
           Internal use only.
 void setTables(Tables tables)
           Internal use only.
 

Method Detail

getTableLinks

public TableLinks getTableLinks()

Internal use only.


getTables

public Tables getTables()

Returns the tables from the database that are used in the report.

Returns:
The tables as Tables objects.

setTableLinks

public void setTableLinks(TableLinks tableLinks)

Internal use only.


setTables

public void setTables(Tables tables)

Internal use only.