![]() |
mutable
A Database System for Research and Fast Prototyping
|
Basic implementation of TableFactory
.
More...
#include <TableFactory.hpp>
Public Member Functions | |
std::unique_ptr< Table > | make (ThreadSafePooledString name) const override |
Returns a Table with the given name . | |
Basic implementation of TableFactory
.
Definition at line 20 of file TableFactory.hpp.
|
inlineoverridevirtual |
Returns a Table
with the given name
.
Implements m::TableFactory.
Definition at line 23 of file TableFactory.hpp.