Changeset 19125 for trunk/FACT++/src/Configuration.cc
- Timestamp:
- 08/03/18 13:43:35 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r19056 r19125 350 350 //! The URL of the database from which the configuration data is 351 351 //! retrieved. It should be given in the form 352 //! \li [user[:password]@]server.com[:port]/database 352 //! \li [user[:password]@]server.com[:port]/database[/comp] 353 353 //! 354 354 //! with … … 358 358 //! - port: the port to which to connect (usually obsolete) 359 359 //! - database: The name of the database containing the table 360 //! - comp: Force [comp=+] / prohibit [comp=-] compression 361 //! 362 //! The default is that connections to the SQL server are compressed 363 //! whenever the server is neither '127.0.0.1' nor 'localhost'. 364 //! Use '/+' to force compression and '/-' to prohibit compression. 360 365 //! 361 366 //! @param desc
Note:
See TracChangeset
for help on using the changeset viewer.