Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%SYSTEM] >  [Context] >  [XDBCServer]
Private  Storage   

class %SYSTEM.Context.XDBCServer extends %SystemBase

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 3


Summary

Properties
Device ServerOptions contextStack

Methods
popState pushState


Properties

• 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 ];

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.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.