Online Eiffel Documentation
EiffelStudio

Data Modification

Use the DB_CHANGE class to perform any operation on your database that does not require access to a result. You can for instance modify table row content, drop table rows, create and delete tables.

Note: Take a look at theData Storing capability if you want toinsert table rows.

DB_CHANGE allows you to modify the database data using the SQL language:

See Also
Data storing
Stored procedures
Implementation