Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [INFORMATION] >  [SCHEMA] >  [CURRENTCONNECTIONS]
Private  Storage   

view class INFORMATION.SCHEMA.CURRENTCONNECTIONS

SQL Table Name:
CURRENT_CONNECTIONS
View Query:
SELECT pq2.Pid, pq2.NameSpace, pq2.UserName, pq2.Roles, pq2.LoginRoles, pq2.Routine, pq2.InTransaction, pq2.ClientNodeName, pq2.ClientIPAddress, pq2.ClientExecutableName, pq2.MemoryAllocated, pq2.MemoryUsed, pq2.MemoryPeak, pq2.StatementId, information_schema.getStatement(pq2.StatementId,pq2.NameSpace) as Statement FROM (select Pid, NameSpace, UserName, Roles, LoginRoles, Routine, InTransaction, ClientNodeName, ClientIPAddress, ClientExecutableName, MemoryAllocated, MemoryUsed, MemoryPeak, cast($listget($listget(AppFrameInfo),4) as varchar(32)) as StatementId FROM %SYS.ProcessQuery pq1 WHERE JobType = 28 ) pq2
Query analysis:
Col Schema Table Col Name Col Label Datatype ODBC Type Code Length Precision Scale
1%SYSProcessQueryPidPid%Library.Integer44100
2%SYSProcessQueryNameSpaceNameSpace%Library.String1250500
3%SYSProcessQueryUserNameUserName%Library.String121601600
4%SYSProcessQueryRolesRoles%Library.String1250500
5%SYSProcessQueryLoginRolesLoginRoles%Library.String1250500
6%SYSProcessQueryRoutineRoutine%Library.String1250500
7%SYSProcessQueryInTransactionInTransaction%Library.Integer44100
8%SYSProcessQueryClientNodeNameClientNodeName%Library.String1250500
9%SYSProcessQueryClientIPAddressClientIPAddress%Library.String1250500
10%SYSProcessQueryClientExecutableNameClientExecutableName%Library.String1250500
11%SYSProcessQueryMemoryAllocatedMemoryAllocated%Library.Integer44100
12%SYSProcessQueryMemoryUsedMemoryUsed%Library.Integer44100
13%SYSProcessQueryMemoryPeakMemoryPeak%Library.Integer44100
14StatementId%Library.String1232320
15Statement%Library.String122621442621440

Returns one row for each xDBC server process currently running on this instance

Column Descriptions:

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1


Summary

This class has no methods or properties.

Parameters

• parameter READONLY = 1;


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