JULEA
Data Structures | Functions
jcollection.c File Reference
#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

JCollectionj_collection_ref (JCollection *collection)
 
void j_collection_unref (JCollection *collection)
 
gchar const * j_collection_get_name (JCollection *collection)
 
JCollectionj_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 JCollectionj_collection_new (gchar const *name)