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

ClearCache ()

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

Top

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

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

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-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:45