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. |