Site:Interfaces
From Metrixstream
Revision as of 09:50, 2 May 2012 by MetrixAdmin (Talk | contribs)
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