- 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. - Warning:
- The conversion is done using the currently active locale, whereas PostgreSQL delivers values in the "default" (C) locale. This means that if you intend to use this function from a locale that doesn't understand the data types in question (particularly numeric types like float and int) in default C format, you'll need to switch back to the C locale before the call. This problem does not exist with the newer from_string function template. 
 
 
- 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. - Warning:
- The conversion is done using the currently active locale, whereas PostgreSQL expects values in the "default" (C) locale. This means that if you intend to use this function from a locale that renders the data types in question (particularly numeric types like float and int) differently from the C default, you'll need to switch back to the C locale before the call. This problem does not exist with the newer to_string function template. 
 
Generated on Fri Jul 1 14:36:20 2005 for libpqxx by 
 1.4.2
 1.4.2