Static class with methods for canonicalizing table and namespace names. More...
#include <Canonicalize.h>
Static Public Member Functions | |
static void | table_name (std::string &name) |
Canonicalizes a table name. More... | |
static void | namespace_path (std::string &path) |
Canonicalizes a namespace path. More... | |
Static class with methods for canonicalizing table and namespace names.
Definition at line 38 of file Canonicalize.h.
|
static |
Canonicalizes a namespace path.
Strips leading and trailing whitespace and ensures that path
begins with a '/' character
path | Namespace path to canonicalize |
Definition at line 44 of file Canonicalize.cc.
|
static |
Canonicalizes a table name.
Strips leading and trailing whitespace and ensures that name
begins with a '/' character
name | Table name to canonicalize |
Definition at line 38 of file Canonicalize.cc.