- Class pqxx::cachedresult  
- This class was not ported to the 2.x libpqxx API because it is to be replaced by a container/iterator interface. 
 
- Member pqxx::cachedresult::Tuple  
- For compatibility with old Tuple class
 
- Class pqxx::Cursor  
- This class was not ported to the 2.x libpqxx API because it is to be replaced by a container/iterator interface. 
 
- Member pqxx::transactor::OnAbort (const char[]) 
- Define on_abort instead.
 
- Member pqxx::transactor::OnCommit () 
- Define on_commit instead.
 
- Member pqxx::transactor::OnDoubt () 
- Define on_doubt instead.
 
- Member pqxx::CachedResult  
- For compatibility with the old CachedResult class
 
- Member pqxx::Connection  
- For compatibility with old Connection class
 
- Member pqxx::LazyConnection  
- For compatibility with old LazyConnection class
 
- Member pqxx::ConnectionItf  
- Legacy compatibility. Use connection_base instead.
 
- Member pqxx::LargeObject  
- For compatibility with old LargeObject class
 
- Member pqxx::LargeObjectAccess  
- For compatibility with old LargeObjectAccess class
 
- Member pqxx::NonTransaction  
- For compatibility with the old NonTransaction class
 
- Member pqxx::BinaryString  
- For compatibility with old BinaryString class
 
- Member pqxx::Result  
- For compatibility with old Result class
 
- Member pqxx::RobustTransaction  
- For compatibility with old RobustTransaction class
 
- Member pqxx::TableReader  
- For compatibility with the old TableReader class
 
- Member pqxx::TableStream  
- For compatibility with the old TableStream class
 
- Member pqxx::TableWriter  
- For compatibility with the old TableWriter class
 
- Member pqxx::Transaction  
- Compatibility with the old Transaction class
 
- Member pqxx::TransactionItf  
- Legacy compatibility. Use transaction_base instead.
 
- Member pqxx::Transactor  
- For compatibility with the old Transactor class
 
- Member pqxx::Trigger  
- For compatibility with the old Trigger class
 
- Member pqxx::internal::FmtString (T t) 
- To be removed when ToString and FromString are taken out 
 
- Member pqxx::FromString (const char Str[], T &Obj) 
- Use the stricter, safer from_string instead.
 
- Member pqxx::internal::FromString_string (const char Str[], PGSTD::string &Obj) 
- To be removed when FromString is taken out 
 
- Member pqxx::internal::FromString_ucharptr (const char Str[], const unsigned char *&Obj) 
- To be removed when FromString is taken out 
 
- Member pqxx::Quote (T Obj) 
- Use sqlesc instead. 
 
- Member pqxx::Quote (const char *const &Obj, bool EmptyIsNull) 
- Use sqlesc instead. 
 
- Member pqxx::Quote (const PGSTD::string &Obj, bool EmptyIsNull) 
- Use sqlesc instead. 
 
- Member pqxx::Quote (const T &Obj, bool EmptyIsNull) 
- Use sqlesc instead. 
 
- Member pqxx::ToString (const T &Obj) 
- Use the newer, rewritten to_string instead.
Generated on Mon Nov 15 11:28:02 2004 for libpqxx by 
 1.3.9.1
 1.3.9.1