What problem does it solve?
This Skill unit helps developers understand and apply the Army Criteria API's SQLs.singleDelete() method chain for constructing full DELETE statements.
Core Features & Use Cases
- DELETE Statement Construction: Detailed knowledge of the entire
SQLs.singleDelete() method chain from start to finish, covering all stages including WITH, DELETE FROM, WHERE, and AND.
- Source Code Reference: Based on actual source code and interface definitions from key files such as
Statement.java, StandardDelete.java, StandardDeletes.java, SingleDeleteStatement.java, and StandardDeleteUnitTests.java.
- Use Case: Useful for developers looking to manually construct and execute DELETE statements programmatically in Army framework.
Quick Start
Run the following command to understand the complete process of constructing a DELETE statement using SQLs.singleDelete():
army-skills run .trae/skills/SQLs-single-delete-method-chain/SKILL.md