JULEA
|
#include <julea-config.h>
#include <glib.h>
#include <bson.h>
#include <item/jcollection.h>
#include <item/jcollection-internal.h>
#include <item/jitem.h>
#include <item/jitem-internal.h>
#include <julea.h>
#include <julea-kv.h>
Data Structures | |
struct | JCollection |
Functions | |
JCollection * | j_collection_ref (JCollection *collection) |
void | j_collection_unref (JCollection *collection) |
gchar const * | j_collection_get_name (JCollection *collection) |
JCollection * | j_collection_create (gchar const *name, JBatch *batch) |
void | j_collection_get (JCollection **collection, gchar const *name, JBatch *batch) |
void | j_collection_delete (JCollection *collection, JBatch *batch) |
G_GNUC_INTERNAL JCollection * | j_collection_new (gchar const *name) |