Skip to main content

%SYSTEM.Context.XDBCServer

Class %SYSTEM.Context.XDBCServer Extends %SystemBase

Properties​

Device​

Property Device As %RawString;

TCP/Shared Memory device for the connection - Used to be help in %qdev

ServerOptions​

Property ServerOptions As %String(MAXLEN = "") [ MultiDimensional ];

contextStack​

Property contextStack As %String(MAXLEN = "") [ MultiDimensional ];

Methods​

%OnNew​

Method %OnNew() As %Status [ Private, ServerOnly = 1 ]

pushState​

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.

popState​

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.