[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Connection information to be retrieved
Source position: sqldb.pp line 148
type TConnInfoType = ( |
||
citAll = -1, |
|
All connection information |
citServerType, |
|
Server type description |
citServerVersion, |
|
Server version as an integer number |
citServerVersionString, |
|
Server version as a string |
citClientName, |
|
Client library name |
citClientVersion |
|
Client library version |
); |