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

This attribute is an identifying description of the driver which is hardcoded into the AdaBase code. The function takes no arguments and returns a standard string.


See client traits for a usage example.


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

See Also