Available C++ Libraries FAQLibraries available to download (D-L)dbstreams - database interface library modelled on std::iostreamsdbstreams is C++ class library modelled on std::iostreams in the C++ standard library. It treats a database connection as a source or sink for data. The basic operations are the same as for iostreams : open, close, read, and write (but not seek). State information similarly borrows from std::ios : a stream has a state word with enumerated values: goodbit , badbit , failbit , eofbit . And the notation is largely the same, with operator<< and operator>> serving the purpose of sending data to and reading data from the database. In general, the design mimics iostreams , permitting the same kind of terse, economical code.
Operating Systems
Compilers
Added : 2012-02-05 Amended: 2012-02-05 Licensing : BSD style
|
Our ads
Buy gold
Beat the credit crunch - buy gold online - quickly, safely and at low prices
www.bullionvault.com
|
Copyright (c) 2024 Nikki Locke, Trumphurst Ltd.
Permission is granted to distribute over the Internet without charge.
The author's permission is required (and usually given) to distribute
in any other way, including on CD.