Faker C++
Loading...
Searching...
No Matches
database.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <string_view>
5
6#include "faker-cxx/export.h"
7
9{
19FAKER_CXX_EXPORT std::string_view columnName();
20
30FAKER_CXX_EXPORT std::string_view columnType();
31
41FAKER_CXX_EXPORT std::string_view collation();
42
52FAKER_CXX_EXPORT std::string_view engine();
53
63FAKER_CXX_EXPORT std::string mongoDbObjectId();
64}
Definition database.h:9
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.