souffle  2.0.2-371-g6315b36
Public Member Functions
souffle::WriteSQLiteFactory Class Reference

#include <WriteStreamSQLite.h>

Inheritance diagram for souffle::WriteSQLiteFactory:
Inheritance graph
Collaboration diagram for souffle::WriteSQLiteFactory:
Collaboration graph

Public Member Functions

const std::string & getName () const override
 
Own< WriteStreamgetWriter (const std::map< std::string, std::string > &rwOperation, const SymbolTable &symbolTable, const RecordTable &recordTable) override
 
 ~WriteSQLiteFactory () override=default
 
- Public Member Functions inherited from souffle::WriteStreamFactory
virtual ~WriteStreamFactory ()=default
 

Detailed Description

Definition at line 287 of file WriteStreamSQLite.h.

Constructor & Destructor Documentation

◆ ~WriteSQLiteFactory()

souffle::WriteSQLiteFactory::~WriteSQLiteFactory ( )
overridedefault

Member Function Documentation

◆ getName()

const std::string& souffle::WriteSQLiteFactory::getName ( ) const
inlineoverridevirtual

Implements souffle::WriteStreamFactory.

Definition at line 294 of file WriteStreamSQLite.h.

◆ getWriter()

Own<WriteStream> souffle::WriteSQLiteFactory::getWriter ( const std::map< std::string, std::string > &  rwOperation,
const SymbolTable symbolTable,
const RecordTable recordTable 
)
inlineoverridevirtual

Implements souffle::WriteStreamFactory.

Definition at line 289 of file WriteStreamSQLite.h.

290  {
291  static const std::string name = "sqlite";
292  return name;

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