Faker C++
Loading...
Searching...
No Matches
Database.h File Reference
#include <string_view>
#include "faker-cxx/Export.h"
Include dependency graph for Database.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  faker
 
namespace  faker::database
 

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.