Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/include/persistence/storage_manager.hpp File Reference
#include <core/table.hpp>
Include dependency graph for storage_manager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CoGaDB
 

The global namespace of the programming tasks, to avoid name claches with other libraries.


Functions

const TablePtr CoGaDB::loadTable (const std::string &table_name)
bool CoGaDB::storeTable (const TablePtr tab)
bool CoGaDB::loadTables ()
std::vector< TablePtr > & CoGaDB::getGlobalTableList ()
const TablePtr CoGaDB::getTablebyName (const std::string &name)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines