Config
Object Hierarchy:
Description:
public class Config :
Object
Structured configuration for Almanna.
Content:
Constants:
Properties:
- public int connections { set; get; }
Number of connections to open in the pool.
- public string connection_string { set; get; }
libgda connection string.
- public string? username { set; get; }
Database username, if supported.
- public string? password { set; get; }
Database password, if supported.
- public LogLevel log_level { set; get; }
Determine what level of logging to perform. ERROR shows all fatal
errors, INFO shows progress, DEBUG will display queries.
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object