Site:Interfaces

From Metrixstream
(Difference between revisions)
Jump to: navigation, search
(Blanked the page)
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 09: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
Personal tools