libpqxx
The C++ client library for PostgreSQL
encoding_group.hxx File Reference
#include <cstddef>
#include "pqxx/types.hxx"
+ Include dependency graph for encoding_group.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 
 pqxx::internal
 Private namespace for libpqxx's internal use; do not access.
 

Typedefs

using pqxx::internal::char_finder_func = std::size_t(std::string_view haystack, std::size_t start, sl)
 Function type: "find first occurrence of any of these ASCII characters.". More...
 

Enumerations

enum class  pqxx::encoding_group {
  pqxx::unknown , pqxx::ascii_safe , pqxx::two_tier , pqxx::gb18030 ,
  pqxx::sjis
}