Skip to main content

%SYSTEM.Context.XDBCServer

class %SYSTEM.Context.XDBCServer extends %Library.SystemBase

Property Inventory

Method Inventory

Properties

property Device as %RawString;
TCP/Shared Memory device for the connection - Used to be help in %qdev
property ServerOptions as %String) [ MultiDimensional ];
property contextStack as %String) [ MultiDimensional ];

Methods

method popState() as %Status
popState will restore the state of the Context.SQL singleton from the top of the contextStack and remove the top stack element. This method is not normally invoked directly. It is normally called by a utility class method to pop a context.
method pushState() as %Status
pushState will push the current state of the Context.XDBCServer singleton onto the contextStack. This method is not normally invoked directly. It is normally called by a utility class method to push a context.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab