Open and close a database, viewed as a collection of triples. More...
#include <yarp/serversql/impl/TripleSourceCreator.h>
Public Member Functions | |
TripleSourceCreator ()=default | |
virtual | ~TripleSourceCreator () |
TripleSource * | open (const char *filename, bool cautious=false, bool fresh=false) |
bool | close () |
Open and close a database, viewed as a collection of triples.
Definition at line 24 of file TripleSourceCreator.h.
|
default |
|
inlinevirtual |
Definition at line 29 of file TripleSourceCreator.h.
bool TripleSourceCreator::close | ( | ) |
Definition at line 102 of file TripleSourceCreator.cpp.
TripleSource * TripleSourceCreator::open | ( | const char * | filename, |
bool | cautious = false , |
||
bool | fresh = false |
||
) |
Definition at line 47 of file TripleSourceCreator.cpp.