EXAMPLE dox
|
Helper class to identify DynamoDB reserved words. More...
#include <dynamodb_reserved_words.h>
Static Public Member Functions | |
static bool | is_reserved (std::string const &word) |
Check whether a string is a reserved name. More... | |
Helper class to identify DynamoDB reserved words.
Attributes whose names are reserved words must be substituted with a placeholder.
Definition at line 19 of file dynamodb_reserved_words.h.
|
static |
Check whether a string is a reserved name.
[in] | word |
true
if word
is a DynamoDB reserved word, false
otherwise Definition at line 15 of file dynamodb_reserved_words.cc.