|
Below is a list of examples from examples directory.
You can click and see source code of every example. All of them can be compiled and run - to do it go to "examples" directory and open project file or issue make/nmake command.
- Quickstart : Example used for Quick start section of documentation
- Inheritance : This example shows how to construct store tables for every class in inheritance tree
- Bind variable to stream : This example shows how to read adittional data when serializing objects
- Store field members with parent object : This example shows how to transfer store table from one object to another
- Custom filter : This example shows how to create custom store filter for field
- Cloning objects : This example shows how to clone existing object in database
- Storing agregations : This example shows how to use BIND_COL and BIND_CLA macros to store member collections of objects
- CSV with automatic mappigs : This example shows how to serialize objects in csv format using names from store table
- CSV with manual mappigs : This example shows how to serialize objects in csv format using custom names
- Transaction support : This example shows how to use transactions
|
|
|