ZCQL
Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.
ZCQL is Catalyst’s own query language that enables you to perform data retrieval, insertion, updating, and deletion operations on the tables in the Catalyst Data Store. You can execute a variety of DML queries using ZCQL to obtain or manipulate data, and use various clauses and statements such as the SQL Join clauses, Groupby and OrderBy statements, and built-in SQL functions.
Get a Component Instance
The zcql reference can be created as shown below. This does not a fire server-side call.
copy
//Get a ZCQL instance
var zcql = catalyst.ZCatalystQL;
Last Updated 2026-09-08 16:37:33 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit