classmethod SetAllODBCConnectOption(option, vparm) as %Status [ Language = objectscript ]
Set the given integer option for all open connections
option - option to set
vparm - value associated with option
classmethod SetAutoCommit(ac) as %Status [ Language = objectscript ]
Set the autocommit mode for all open connections
ac = { 0 - AUTOCOMMIT OFF, 1 - AUTOCOMMIT ON}
classmethod TestConnection(nm, timeout=0, verbose=1, error="") as %Status [ Language = objectscript ]
Test a previously defined SQL Gateway connection.
It writes the diagnostic ouput to a current device.
nm - connection name
timeout - timeout (only relevant for ODBC connections)
verbose - setting to a non 0 value will cause the diagnostic output to the current device
error - output variable for passing back an error if it occurs
classmethod Transact(ttype) as %Status [ Language = objectscript ]
Request a commit or rollback operation for all active operations on JDBC or ODBC connections.