ZCQL
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 2023-11-14 13:20:49 +0530 +0530
Yes
No
Send your feedback to us
Skip
Submit