SummaryInfo


Description:

[ CCode ( has_construct_function = false ) ]
public SummaryInfo (Database? database, uint update_count) throws Error

If database is provided, the summary informations will be populated during creation, and the persist function will save the properties to it.

If database is null, you may still populate properties and then save them to a particular database with the save function.

Parameters:

database

an optionnal associated Database

update_count

number of changes allowed

Returns:

a SummaryInfo or null on failure