SQLIdFetcher Class Reference
[Public API]
This class is responsibile for creating new object id when storing Storeable derived object into SQLArchive.
More...
#include <sqlidfetcher.h>
Inheritance diagram for SQLIdFetcher:
[legend]List of all members.
Detailed Description
This class is responsibile for creating new object id when storing Storeable derived object into SQLArchive.
Implementation should provied getNextId method that returns next avaiable id
Member Function Documentation
| virtual int getNextId |
( |
DbConnection & |
pConn |
) |
[pure virtual] |
|
|
|
Get next object id from database.
- Parameters:
-
| pConn | database connection |
Implemented in GenericFetcher. |
The documentation for this class was generated from the following file:
|
|
|