Top Method Summary
Options Name Purpose
+ ClearCache () Clears the temp-table cache
+ HANDLE GetFromCache (character) Retrieves a temp-table from the cache
+ LOGICAL GetFromCache (character, table-handle) Retrieves a temp-table from the cache
+ StoreInCache (character, table-handle) Stores a temp-table in the cache


Method Detail
Top

PUBLIC ClearCache ()

Purpose: Clears the temp-table cache
Notes: Deletes all temp-table object handles

Top

PUBLIC HANDLE GetFromCache (character)

Purpose: Retrieves a temp-table from the cache
Notes:

Parameters:
pcCacheKey CHARACTER
The key to store the temp-table under
Returns HANDLE
The handle of the temp-table in the cache
Top

PUBLIC LOGICAL GetFromCache (character, table-handle)

Purpose: Retrieves a temp-table from the cache
Notes: phTempTable is intended to be returned by-value (no by-reference usage)

Parameters:
pcCacheKey CHARACTER
The key to store the temp-table under
phTempTable TABLE-HANDLE
The temp-table handle (no by-reference usage)
Returns LOGICAL
Logical value indicating if the temp-table key was found in the cache
Top

PUBLIC StoreInCache (character, table-handle)

Purpose: Stores a temp-table in the cache
Notes: phTempTable is intended to be passed by-value (no by-reference usage)

Parameters:
pcCacheKey CHARACTER
The key to store the temp-table under
phTempTable TABLE-HANDLE
The temp-table handle (no by-reference usage)


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:48