|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatabase
This interface defines a collection of tables from one or more database servers as well as a
collection of TableJoin
objects that define how the tables are joined.
DatabaseController
Method Summary | |
---|---|
Connections |
getConnections()
Gets information about the data source connections, including tables, logon credentials, etc. |
TableJoins |
getTableJoins()
Returns the table links that are used in the report from the database. |
Tables |
getTables()
Returns the tables from the database that are used in the report. |
void |
setConnections(Connections connections)
Sets the data source connections information. |
void |
setTableJoins(TableJoins tableJoins)
Sets the table links that are used in the report from the database. |
void |
setTables(Tables tables)
Sets the tables from the database that are used in the report. |
Method Detail |
---|
TableJoins getTableJoins()
Returns the table links that are used in the report from the database.
TableJoins
objects.Tables getTables()
Returns the tables from the database that are used in the report.
Tables
objects.void setTableJoins(TableJoins tableJoins)
Sets the table links that are used in the report from the database.
tableJoins
- The table links as TableJoins
objects.void setTables(Tables tables)
Sets the tables from the database that are used in the report.
tables
- The tables as Tables
objects.Connections getConnections()
IConnection
objectsvoid setConnections(Connections connections)
connections
- a collection of IConnection
objectsIConnection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |