Faker C++
Loading...
Searching...
No Matches
Database.h
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4#include "faker-cxx/Export.h"
5
7{
17 FAKER_CXX_EXPORT std::string_view columnName();
18
28 FAKER_CXX_EXPORT std::string_view columnType();
29
39 FAKER_CXX_EXPORT std::string_view collation();
40
50 FAKER_CXX_EXPORT std::string_view engine();
51
61 FAKER_CXX_EXPORT std::string mongoDbObjectId();
62}
Definition Database.h:7
FAKER_CXX_EXPORT std::string mongoDbObjectId()
Returns a MongoDB Object Id.
FAKER_CXX_EXPORT std::string_view engine()
Returns a random database engine.
FAKER_CXX_EXPORT std::string_view columnType()
Returns a random database column type.
FAKER_CXX_EXPORT std::string_view columnName()
Returns a random database column name.
FAKER_CXX_EXPORT std::string_view collation()
Returns a random database collation.