Class ITraceConnection
Unit
Declaration
type ITraceConnection = class(IVersioned)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- ITraceConnection
Overview
Fields
| Public | nested const VERSION = 9; |
| Public | nested const KIND_DATABASE = Cardinal(1); |
| Public | nested const KIND_SERVICE = Cardinal(2); |
Methods
| Public | function getKind(): Cardinal; |
| Public | function getProcessID(): Integer; |
| Public | function getUserName(): PAnsiChar; |
| Public | function getRoleName(): PAnsiChar; |
| Public | function getCharSet(): PAnsiChar; |
| Public | function getRemoteProtocol(): PAnsiChar; |
| Public | function getRemoteAddress(): PAnsiChar; |
| Public | function getRemoteProcessID(): Integer; |
| Public | function getRemoteProcessName(): PAnsiChar; |
Description
Fields
| Public | nested const VERSION = 9; |
|
This item has no description. | |
| Public | nested const KIND_DATABASE = Cardinal(1); |
|
This item has no description. | |
| Public | nested const KIND_SERVICE = Cardinal(2); |
|
This item has no description. | |
Methods
| Public | function getKind(): Cardinal; |
|
This item has no description. | |
| Public | function getProcessID(): Integer; |
|
This item has no description. | |
| Public | function getUserName(): PAnsiChar; |
|
This item has no description. | |
| Public | function getRoleName(): PAnsiChar; |
|
This item has no description. | |
| Public | function getCharSet(): PAnsiChar; |
|
This item has no description. | |
| Public | function getRemoteProtocol(): PAnsiChar; |
|
This item has no description. | |
| Public | function getRemoteAddress(): PAnsiChar; |
|
This item has no description. | |
| Public | function getRemoteProcessID(): Integer; |
|
This item has no description. | |
| Public | function getRemoteProcessName(): PAnsiChar; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.