Unit 'SQLite' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sqlite]

sqlite_create_aggregate

Declaration

Source position: sqlite.pp line 139

function sqlite_create_aggregate(

  _para1: Psqlite;

  zName: Pchar;

  nArg: LongInt;

  xStep: sqlite_step_func;

  xFinalize: sqlite_finalize_func;

  pUserData: pointer

):LongInt;


Documentation generated on: 2023-03-18