blob: 02979afda5ea6f0e4fb766c49f8fb2d9ed3eb4ab (
plain) (
blame)
1
2
3
4
5
6
|
/** Definition of the iterator/container-style cursor classes.
*
* C++-style wrappers for SQL cursors
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/cursor.hxx"
|