Overview
Functions: swap
Functions
swap  
 
template < > inline void swap < Poco::Data::BLOB > (
    Poco::Data::BLOB & b1,
    Poco::Data::BLOB & b2
) noexcept;
Full template specalization of std:::swap for BLOB
swap  
 
template < > inline void swap < Poco::Data::CLOB > (
    Poco::Data::CLOB & c1,
    Poco::Data::CLOB & c2
) noexcept;
Full template specalization of std:::swap for CLOB
swap  
 
template < > inline void swap < Poco::Data::RowIterator > (
    Poco::Data::RowIterator & s1,
    Poco::Data::RowIterator & s2
) noexcept;
Full template specalization of std:::swap for RowIterator
swap  
 
template < > inline void swap < Poco::Data::Session > (
    Poco::Data::Session & s1,
    Poco::Data::Session & s2
) noexcept;
Full template specalization of std:::swap for Session
swap  
 
template < > inline void swap < Poco::Data::Statement > (
    Poco::Data::Statement & s1,
    Poco::Data::Statement & s2
) noexcept;
Full template specalization of std:::swap for Statement
swap  
 
template < > inline void swap < Poco::Dynamic::VarIterator > (
    Poco::Dynamic::VarIterator & s1,
    Poco::Dynamic::VarIterator & s2
) noexcept;
Full template specialization of std:::swap for VarIterator