Site:Interfaces
From Metrixstream
(Difference between revisions)
MetrixAdmin (Talk | contribs) (Blanked the page) |
MetrixAdmin (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | == Introduction == | ||
| + | Contexts are objects that encapsulate various functionality available to you during integration. | ||
| + | |||
| + | === DatabaseContext === | ||
| + | |||
| + | ; getNames() | ||
| + | : @return an Array of the available database names. | ||
| + | |||
| + | ; closeAll() | ||
| + | : closes all of the database connections. | ||
| + | |||
| + | ;getDB(name) | ||
| + | : @return an SQLDB object. | ||
| + | |||
| + | ;getDBOption(name, option) | ||
| + | : @return a database option; options include: backups | ||
Revision as of 08:50, 2 May 2012
Introduction
Contexts are objects that encapsulate various functionality available to you during integration.
DatabaseContext
- getNames()
- @return an Array of the available database names.
- closeAll()
- closes all of the database connections.
- getDB(name)
- @return an SQLDB object.
- getDBOption(name, option)
- @return a database option; options include: backups