#include <TupleStore.h>
Public Member Functions | |
TupleStore (bool isDatabase, bool isFile, bool isMemory, std::string logicalName, std::string location) | |
bool | isDatabase () |
bool | isFile () |
bool | isMemory () |
std::string | getLogicalName () |
std::string | getLocation () |
|
Gets the URL for this storage system.
|
|
Gets the logical name for this storage system.
|
|
Determines if this storage system is a database.
|
|
Determines if this storage system is a file.
|
|
Determines if this storage system is memory.
|