Statements
cQL statements can be used to query, create and modify content, content types and fields in a COMAND repository. Additionally, user authorization statements can be used to define fine-grain access controls to repository content and functionality.
There are several types of cQL statements:
- SELECT - Get existing content from the repository.
- INSERT - Add new content to the repository.
- UPDATE - Modify existing content in the repository.
- DELETE / CANCEL - Remove existing content from the repository.
- CREATE - Create a content type. For now, use
INSERT ContentType
. - ALTER - Modify a content type. For now, use
INSERT/UPDATE ContentTypeField
. - GRANT - Create/modify a user role. For now, use
INSERT/UPDATE UserRole
.