String function
AdaBase.Driver.Base.[DB].trait_server_version ()

This is a connection attribute. It returns the version number as reported by the database server as a string.


String function
AdaBase.Driver.Base.[DB].trait_server_info ()

This is a connection attribute. It returns a string containing additional information about the the database server, such as the client library version number.


See client traits for a usage example.


[DB] is "MySQL.MySQL_Driver", "PostgreSQL.PostgreSQL_Driver", or "SQLite.SQLite_Driver"

See Also