Server
Object Hierarchy:
Description:
public class Server :
Object
Server provides connection and state to Almanna through a singleton. This class provides methods to open connections to the data store,
as well as perform non-entity functions on data, including save and delete.
Content:
Properties:
Static methods:
- public static Server get_instance ()
Get the current Server instance.
- public static void open (Config? config = null) throws Error
Open a new connection to the server.
- public static Config server_config ()
Convenience method to return the current instance's config.
- public static string provider ()
Convenience method to return the current instance's config.
Creation methods:
Methods:
Fields:
Inherited Members:
All known members inherited from class GLib.Object