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.

Copied//Get a ZCQL instance
var zcql = catalyst.ZCatalystQL;