strusPython  0.14
Public Member Functions | Friends | List of all members
strus::VectorStorageTransaction Class Reference

#include <bindingObjects.hpp>

Public Member Functions

 VectorStorageTransaction (const VectorStorageTransaction &o)
 Copy constructor. More...
 
 ~VectorStorageTransaction ()
 
void addFeature (const String &name, const FloatVector &vec)
 
void defineFeatureConceptRelation (const String &relationTypeName, const Index &featidx, const Index &conidx)
 
bool commit ()
 
void rollback ()
 
void close ()
 Controlled close to free resources (forcing free resources in interpreter context with garbage collector) More...
 

Friends

class VectorStorageClient
 

Constructor & Destructor Documentation

strus::VectorStorageTransaction::VectorStorageTransaction ( const VectorStorageTransaction o)

Copy constructor.

strus::VectorStorageTransaction::~VectorStorageTransaction ( )
inline

Member Function Documentation

void strus::VectorStorageTransaction::addFeature ( const String &  name,
const FloatVector &  vec 
)
void strus::VectorStorageTransaction::close ( )

Controlled close to free resources (forcing free resources in interpreter context with garbage collector)

bool strus::VectorStorageTransaction::commit ( )
void strus::VectorStorageTransaction::defineFeatureConceptRelation ( const String &  relationTypeName,
const Index featidx,
const Index conidx 
)
void strus::VectorStorageTransaction::rollback ( )

Friends And Related Function Documentation

friend class VectorStorageClient
friend

The documentation for this class was generated from the following file: