RecordsetIndexer Class
Plugin that provides the ability to store multiple custom hash tables referencing records in the recordset. This utility does not support any collision handling. New hash table entries with a used key overwrite older ones.
Methods
Attributes
hashTables
Object
public
Collection of all the hashTables created by the plugin. The individual tables can be accessed by the key they are hashing against.
Fires event hashTablesChange
Fires when the value for the configuration attribute hashTables
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
Parameters:
-
e
EventFacadeAn Event Facade object with the following attribute-specific properties added: