class %SYSTEM.Context.XDBCServer
extends %SystemBase
property Device
as %RawString;
TCP/Shared Memory device for the connection - Used to be help in %qdev
property ServerOptions
as %String(MAXLEN="") [ MultiDimensional ];
property contextStack
as %String(MAXLEN="") [ MultiDimensional ];
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.