Neolane - JavaScript API - v6.1.0

Unknown
batchDelete
Deletes the records of a table by packets.
batchDelete ( table , pk [, where ])
Parameters
table
SQL name of the table.
pk
Field name used as primary key.
where
SQL record-filtering condition.
Return value
None.
Remarks
Example:
engine.batchDelete("NmsRecipient", "iRecipientId", "sName IS NULL")

The operator needs 'sql' rights to use this function, otherwise an exception is raised.

Features
Method of class: DBEngine
Available in:
  • Content management
  • Delivery properties
  • Typology rule
  • JSSP
  • SOAP Method
  • WebApp
  • Workflow

Table of contents

previous page start next page