API Reference > bentleyjs-core > BeSQLite > DbOpcode DbOpcode Enumeration Values, stored in changesets, that indicate what operation was performed on the database. Members Name Value Description Delete 9 A row was deleted. Insert 18 A new row was inserted. Update 23 Some columns of an existing row were updated. Defined in core/bentley/src/BeSQLite.ts Line 20 Last Updated: 11 June, 2024