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

#include <Test.h>

Inheritance diagram for CoGaDB::Test< T >:
Collaboration diagram for CoGaDB::Test< T >:

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 T &new_value)

template<class T>
class CoGaDB::Test< T >


Constructor & Destructor Documentation

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

Member Function Documentation

template<class T >
bool CoGaDB::Test< T >::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< T >.

template<class T >
bool CoGaDB::Test< T >::insert ( const T &  new_value) [virtual]

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