strusPHP  0.14
Public Member Functions | Friends | List of all members
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

VectorStorageTransaction::VectorStorageTransaction ( const VectorStorageTransaction o)

Copy constructor.

VectorStorageTransaction::~VectorStorageTransaction ( )
inline

Member Function Documentation

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

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

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

Friends And Related Function Documentation

friend class VectorStorageClient
friend

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