|
Data Structures
|
struct |
_GTuples |
Typedefs
|
typedef typedefG_BEGIN_DECLS
struct _GRelation
|
GRelation |
typedef _GTuples
|
GTuples |
Functions
|
IMPORT_C GRelation *
|
g_relation_new (gint fields)
|
IMPORT_C void |
g_relation_destroy (GRelation *relation)
|
IMPORT_C void |
g_relation_index (GRelation *relation, gint field, GHashFunc hash_func, GEqualFunc key_equal_func)
|
IMPORT_C void |
g_relation_insert (GRelation *relation,...)
|
IMPORT_C gint
|
g_relation_delete (GRelation *relation, gconstpointer key, gint field)
|
IMPORT_C GTuples *
|
g_relation_select (GRelation *relation, gconstpointer key, gint field)
|
IMPORT_C gint
|
g_relation_count (GRelation *relation, gconstpointer key, gint field)
|
IMPORT_C gboolean
|
g_relation_exists (GRelation *relation,...)
|
IMPORT_C void |
g_relation_print (GRelation *relation)
|
IMPORT_C void |
g_tuples_destroy (GTuples *tuples)
|
IMPORT_C gpointer
|
g_tuples_index (GTuples *tuples, gint index_, gint field)
|