Column-oriented GPU-accelerated Database Management System
CoGaDB
CoGaDB::Test< std::string > Class Template Reference

#include <Test.h>

Inheritance diagram for CoGaDB::Test< std::string >:
Collaboration diagram for CoGaDB::Test< std::string >:

List of all members.

Public Member Functions

 Test (const std::string &name, AttributeType db_type)
 ~Test ()
bool insert (const boost::any &new_Value)
 appends a value new_Value to end of column
bool insert (const std::string &new_value)

Private Attributes

int blub

template<>
class CoGaDB::Test< std::string >


Constructor & Destructor Documentation

CoGaDB::Test< std::string >::Test ( const std::string &  name,
AttributeType  db_type 
)
CoGaDB::Test< std::string >::~Test ( )

Member Function Documentation

bool CoGaDB::Test< std::string >::insert ( const boost::any &  new_Value) [virtual]

appends a value new_Value to end of column

Returns:
true for sucess and false in case an error occured

Implements CoGaDB::CompressedColumn< std::string >.

bool CoGaDB::Test< std::string >::insert ( const std::string &  new_value) [virtual]

Member Data Documentation

int CoGaDB::Test< std::string >::blub [private]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines