Add delete functions

This commit is contained in:
2025-03-01 10:52:19 -05:00
parent e14fd23ead
commit bc3b4bb012
6 changed files with 224 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ object Count {
*
* @param tableName The name of the table in which documents should be counted
* @param criteria The object for which JSON containment should be checked
* @param conn The connection on which the deletion should be executed
* @param conn The connection on which the count should be executed
* @return A count of the matching documents in the table
* @throws DocumentException If called on a SQLite connection
*/
@@ -89,7 +89,7 @@ object Count {
*
* @param tableName The name of the table in which documents should be counted
* @param path The JSON path comparison to match
* @param conn The connection on which the deletion should be executed
* @param conn The connection on which the count should be executed
* @return A count of the matching documents in the table
* @throws DocumentException If called on a SQLite connection
*/