Skip to main content

%Library.GTWConnection

class %Library.GTWConnection extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

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

method Connect(dll As %String, name As %String, timeout As %Integer, legacy As %Integer) as %Status
method Reconnect() as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab