%Library.GTWConnection
Class %Library.GTWConnection Extends %RegisteredObject [ System = 4 ]
Properties
dllhandle
Property dllhandle As %String;
hdbc
Property hdbc As %String;
Name
Property Name As %String;
Timeout
Property Timeout As %String;
Legacy
Property Legacy As %Integer;
LastUsed
Property LastUsed As %Integer [ Internal ];
Methods
%OnClose
Method %OnClose() As %Status [ Private, ProcedureBlock = 1 ]
This callback method is invoked by the %Close method to provide notification that the current object is being closed.
The return value of this method is ignored.
Connect
Method Connect(dll As %String, name As %String, timeout As %Integer, legacy As %Integer) As %Status
Reconnect
Method Reconnect() As %Status