Inherits Garbage. Inherited by Table.
TableBase is a helper class for the Table template.
Table, in order to be small and fully inline, puts some functions in an inherited base class: TableBase.
TableBase is responsible for doing anything which Table needs done and which doesn't fit in a small inline function in table.h.
Creates an empty TableBase
Reimplements Garbage::Garbage().
Clears the list of logged failures. This may be used immediately after failures(), for example.
Returns a string describing the noted lookup failures since the last call to clear(). A limited number of failures are logged, to prevent this string from growing out of all proportion.
Note that i has been searched for, but not found. The relevant database row will later be fetched from the database.
The number of remembered items are capped at 1024. There should be a limit, but how high should it be? We don't want to send the server arbitrarily big queries. If the load becomes bad, we want to fail in a way which keeps the database working well.
Deletes the TableBase, erasing all records.
This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.