%Library.GTWConnection
class %Library.GTWConnection extends %Library.RegisteredObject
Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property Legacy as %Integer;
Property methods: LegacyDisplayToLogical(), LegacyGet(), LegacyIsValid(), LegacyLogicalToDisplay(), LegacyNormalize(), LegacySet()
property Name as %String;
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Timeout as %String;
Property methods: TimeoutDisplayToLogical(), TimeoutGet(), TimeoutIsValid(), TimeoutLogicalToDisplay(), TimeoutLogicalToOdbc(), TimeoutNormalize(), TimeoutSet()
property dllhandle as %String;
Property methods: dllhandleDisplayToLogical(), dllhandleGet(), dllhandleIsValid(), dllhandleLogicalToDisplay(), dllhandleLogicalToOdbc(), dllhandleNormalize(), dllhandleSet()
property hdbc as %String;
Property methods: hdbcDisplayToLogical(), hdbcGet(), hdbcIsValid(), hdbcLogicalToDisplay(), hdbcLogicalToOdbc(), hdbcNormalize(), hdbcSet()
Methods (Including Private)
private method %OnClose() as %Status [ Language = objectscript ]
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.
method Connect(dll As %String, name As %String, timeout As %Integer, legacy As %Integer) as %Status [ Language = objectscript ]
method Reconnect() as %Status [ Language = objectscript ]
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()