Skip to content

Commit

Permalink
Merge pull request #71 from infor-cloud/databaseOperationsUpdate
Browse files Browse the repository at this point in the history
Small update to DatabaseAPIs documentation
  • Loading branch information
filiphakansson1 authored May 7, 2024
2 parents 0d8c4b4 + 27c64a2 commit dcfac41
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/documentation/api-specification/database-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Database API
title: Database APIs
parent: API Specification
grand_parent: Documentation
nav_order: 7
Expand Down Expand Up @@ -69,16 +69,6 @@ void createTableRecord() {
}
```

Or to update the already existing record.
Example:

```groovy
query.insert(container, { LockedResult existingRecord ->
existingRecord.set(*FIELD*, *DATA*)
existingRecord.update()
})
```

### Read a specific record
To read a specific record, primary keys or full index keys should be used to look up the data. The example below
illustrates how to retrieve an item.
Expand Down

0 comments on commit dcfac41

Please sign in to comment.