Faker C++: include/faker-cxx/database.h File Reference (original) (raw)
#include <string>#include <string_view>#include "faker-cxx/export.h"


Go to the source code of this file.
| Functions | |
|---|---|
| FAKER_CXX_EXPORT std::string_view | faker::database::columnName () |
| Returns a random database column name. | |
| FAKER_CXX_EXPORT std::string_view | faker::database::columnType () |
| Returns a random database column type. | |
| FAKER_CXX_EXPORT std::string_view | faker::database::collation () |
| Returns a random database collation. | |
| FAKER_CXX_EXPORT std::string_view | faker::database::engine () |
| Returns a random database engine. | |
| FAKER_CXX_EXPORT std::string | faker::database::mongoDbObjectId () |
| Returns a MongoDB Object Id. | |