im_memoize_list

EveAndersson.com : API Browser : im_memoize_list

im_memoize_list

im_memoize_list [ -bind bind ] statement_name sql_query [ force ] \
    [ also_memoize_as ]
Defined in tcl/intranet-defs.tcl

Allows you to memoize database queries without having to grab a db handle first. If the query you specified is not in the cache, this proc grabs a db handle, and memoizes a list, separated by $divider inside the cache, of the results. Your calling proc can then process this list as normally.

Switches:
-bind (optional)

Parameters:
statement_name
sql_query
force (defaults to "0")
also_memoize_as (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com