Home Previous Up Next Index

memoryx::DatabaseInterface

Overview

interface DatabaseInterface

Operation Index

requestCollection
releaseCollection
dropCollection
getName

Operations

CollectionInterface* requestCollection(string collectionName)

void releaseCollection(CollectionInterface* coll)

void dropCollection(string collectionName)

string getName()


Home Previous Up Next Index