|
Common ODB Runtime Library
|
Protected Types | |
| typedef T | view_type |
| typedef odb::view_traits < view_type > | view_traits |
| typedef view_traits::pointer_type | pointer_type |
| typedef odb::pointer_traits < pointer_type > | pointer_traits |
Protected Member Functions | |
| view_result_impl (odb::connection &conn) | |
| pointer_type & | current () |
| void | release () |
| void | begin () |
| bool | end () const |
| virtual void | load (view_type &)=0 |
| virtual void | next ()=0 |
| virtual void | cache ()=0 |
| virtual std::size_t | size ()=0 |
| void | current (pointer_type p) |
Protected Member Functions inherited from odb::result_impl | |
| result_impl (connection &) | |
| void | list_remove () |
Protected Attributes | |
| bool | begin_ |
| bool | end_ |
Protected Attributes inherited from odb::result_impl | |
| database & | db_ |
| connection & | conn_ |
| result_impl * | prev_ |
| result_impl * | next_ |
Friends | |
| class | result< T > |
| class | result< const T > |
| class | result_iterator< T, class_view > |
| class | result_iterator< const T, class_view > |
Additional Inherited Members | |
Public Member Functions inherited from odb::result_impl | |
| virtual | ~result_impl () |
| virtual void | invalidate ()=0 |
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
inlineprotected |
|
friend |
|
friend |
|
friend |
|
friend |
|
protected |
|
protected |
1.8.7