Interface ISqlJetFuncDef


  • public interface ISqlJetFuncDef
    Each SQL function is defined by an instance of the following structure. A pointer to this structure is stored in the sqlite.aFunc hash table. When multiple functions have the same name, the hash table points to a linked list of these structures.
    Author:
    TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)