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

#include <ReadStreamSQLite.h>

Inheritance diagram for souffle::ReadSQLiteFactory:
Inheritance graph
Collaboration diagram for souffle::ReadSQLiteFactory:
Collaboration graph

Public Member Functions

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

Detailed Description

Definition at line 185 of file ReadStreamSQLite.h.

Constructor & Destructor Documentation

◆ ~ReadSQLiteFactory()

souffle::ReadSQLiteFactory::~ReadSQLiteFactory ( )
overridedefault

Member Function Documentation

◆ getName()

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

Implements souffle::ReadStreamFactory.

Definition at line 192 of file ReadStreamSQLite.h.

◆ getReader()

Own<ReadStream> souffle::ReadSQLiteFactory::getReader ( const std::map< std::string, std::string > &  rwOperation,
SymbolTable symbolTable,
RecordTable recordTable 
)
inlineoverridevirtual

Implements souffle::ReadStreamFactory.

Definition at line 187 of file ReadStreamSQLite.h.

188  {
189  static const std::string name = "sqlite";
190  return name;

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