RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ConColumns Class

Table returned by the builtin stored procedure DB_ADMIN.GET_CONNECTIONS(). Provides a table of information about open connections for a BlackfishSQL server.

Pascal
ConColumns = class;
C++
class ConColumns;

ConColumns.cs

The table returned by the builtin stored procedure DB_ADMIN.GET_CONNECTIONS(). Provides a table of information about open connections for a BlackfishSQL server. 

The columns of the result table are:

Constant 
Description 
Id  
Unique id for the connection. Note that this id is reused if the connection is closed.  
User  
Name of the user that created this connection.  
Ip  
IP address for this connection.  
Host  
Host name for this connection  
File name of database connected to.  
Optional remarks that explain the reason for this connection.  
Birth  
Timestamp of the point in time the connection was created.  
Remote port that this connection is using.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!