My Project
Public Member Functions
sp_cache Class Reference

List of all members.

Public Member Functions

bool insert (sp_head *sp)
sp_headlookup (char *name, uint namelen)
void remove (sp_head *sp)
void enforce_limit (ulong upper_limit_for_elements)

Member Function Documentation

void sp_cache::enforce_limit ( ulong  upper_limit_for_elements) [inline]

Remove all elements from a stored routine cache if the current number of elements exceeds the argument value.

Parameters:
[in]upper_limit_for_elementsSoft upper limit of elements that can be stored in the cache.
bool sp_cache::insert ( sp_head sp) [inline]

Inserts a sp_head object into a hash table.

Returns:
Success status
TRUE Failure
FALSE Success

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines