libpqxx
4.0.1
|
Traits class to describe an isolation level; primarly for libpqxx's own use. More...
#include <isolation.hxx>
Public Member Functions | |
template<> | |
const char * | name () throw() |
template<> | |
const char * | name () throw() |
template<> | |
const char * | name () throw() |
Static Public Member Functions | |
static isolation_level | level () throw () |
static const char * | name () throw () |
Traits class to describe an isolation level; primarly for libpqxx's own use.
|
static |
References pqxx::isolation_traits< LEVEL >::name().
|
static |
Referenced by pqxx::isolation_traits< LEVEL >::level().
const char * pqxx::isolation_traits< read_committed >::name | ( | ) | ||
throw | ( | |||
) |
const char * pqxx::isolation_traits< repeatable_read >::name | ( | ) | ||
throw | ( | |||
) |
const char * pqxx::isolation_traits< serializable >::name | ( | ) | ||
throw | ( | |||
) |