|  | 
| 
 Functions | 
|  | pqxx::largeobject::largeobject ()  throw () | 
|  | pqxx::largeobject::largeobject (dbtransaction &T) | 
|  | pqxx::largeobject::largeobject (dbtransaction &T, const string &File) | 
|  | pqxx::largeobject::largeobject (const largeobjectaccess &O)  throw () | 
| void | pqxx::largeobject::to_file (dbtransaction &T, const string &File) const | 
| void | pqxx::largeobject::remove (dbtransaction &T) const | 
| string | pqxx::largeobject::Reason (int err) const | 
|  | pqxx::largeobjectaccess::largeobjectaccess (dbtransaction &T, openmode mode) | 
|  | pqxx::largeobjectaccess::largeobjectaccess (dbtransaction &T, oid O, openmode mode) | 
|  | pqxx::largeobjectaccess::largeobjectaccess (dbtransaction &T, largeobject O, openmode mode) | 
|  | pqxx::largeobjectaccess::largeobjectaccess (dbtransaction &T, const string &File, openmode mode) | 
| pqxx::largeobjectaccess::size_type | pqxx::largeobjectaccess::seek (size_type dest, seekdir dir) | 
| long | pqxx::largeobjectaccess::cseek (off_type dest, seekdir dir)  throw () | 
| long | pqxx::largeobjectaccess::cwrite (const char Buf[], size_type Len)  throw () | 
| long | pqxx::largeobjectaccess::cread (char Buf[], size_type Bytes)  throw () | 
| void | pqxx::largeobjectaccess::write (const char Buf[], size_type Len) | 
| pqxx::largeobjectaccess::size_type | pqxx::largeobjectaccess::read (char Buf[], size_type Len) | 
| void | pqxx::largeobjectaccess::open (openmode mode) | 
| void | pqxx::largeobjectaccess::close ()  throw () | 
| string | pqxx::largeobjectaccess::Reason (int err) const | 
| void | pqxx::largeobjectaccess::process_notice (const string &s)  throw () |