summaryrefslogtreecommitdiff
path: root/libdbpp/selectcommand.h
Commit message (Collapse)AuthorAge
* Expose exceptionsDan Goodliffe2015-11-08
|
* Add utility function for passing each row of a result set to a function ↵Dan Goodliffe2015-11-07
| | | | accepting one parameter per column
* Add typedefs for commands and connection smart pointersDan Goodliffe2015-11-07
|
* Add doxygen commentslibdbpp-0.9Dan Goodliffe2015-10-05
|
* Connector compatibility fixDan Goodliffe2015-09-22
|
* Switch columns collection to forward declared pointer and add helper ↵Dan Goodliffe2015-09-20
| | | | function for adding columns
* Set visibilityDan Goodliffe2015-09-20
|
* Centralize all the column reference storage logicDan Goodliffe2015-04-29
|
* Fix the build system to do dependencies properlyrandomdan2011-02-09
Break down libodbcpp into a set of base classes; libdbpp Add a native PostgreSQL implementation of libdbpp; libpqpp Extend project2 rdbms stuff to work with generic connectors Update datasources to specify connector type Build libmisc as .so