InfoDB
Object Hierarchy:
Description:
public class InfoDB : Object
Wrapper class for the database The database has an additional table for all additional information about the type of uid of the
application user and the tracks_rus table, which counts objects that have a track. It is necessary for the correct release of porridge
(images and tracks), that is, track data is not deleted if an object with this track is saved.
Content:
Properties:
- public string db_path { get; construct; }
Creation methods:
- public InfoDB (string db_path)
Methods:
- public string? get_additional_data (string name)
Get an additional data from db.
- public int get_content_ref_count (string what_id, string? source_id = null)
Get count of content refs in db
- public void remove_content_ref (string what_id, string source_id)
Remove a content ref from db
- public void set_additional_data (string name, string data)
Add or replace an additional data to db
- public void set_content_ref (string what_id, string source_id)
Add or replace a content ref to db
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref