Data Structures | Namespaces | Functions
/home/martin/workspace/OpenStreetNav/src/psql/Cursor.h File Reference

Go to the source code of this file.

Data Structures

class  psql::ICursor
class  psql::Cursor< BTypes, RTypes >
 Represents a server side cursor. More...

Namespaces

namespace  psql

Functions

template<typename BTypes , typename RTypes >
Cursor< BTypes, RTypes > psql::make_cursor (Database &db, std::string const &name, Statement< BTypes, RTypes > const &st)
 Crates a cursor from a statement.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines