![]() |
mutable
A Database System for Research and Fast Prototyping
|
The table factory creates Table
s with all enabled decorators.
More...
#include <TableFactory.hpp>
Public Member Functions | |
virtual | ~TableFactory ()=default |
virtual std::unique_ptr< Table > | make (ThreadSafePooledString name) const =0 |
Returns a Table with the given name . | |
The table factory creates Table
s with all enabled decorators.
Definition at line 10 of file TableFactory.hpp.
|
virtualdefault |
|
pure virtual |
Returns a Table
with the given name
.
Implemented in m::ConcreteTableFactory, and m::TableFactoryDecorator.