Schema_dbxdata.4gl
This file manages the database SELECT
,
INSERT
, UPDATE
, and DELETE
statements.
Find this file in the Intermediate Files folder listed with your database schema in your project.
Generated function | Function features |
---|---|
|
Select a row identified by the primary key in the table. |
|
Insert a row in the table and return the table keys. |
|
Update a row identified by the primary key in the table. |
|
Delete a row identified by the primary key in the table. |
|
Delete a row identified by the primary key in the table if the concurrent access is successful. |
|
Delete rows referencing the primary key of the table. |
|
Check if a row identified by the primary key in the table has been modified or deleted. |
|
Set data with the default values coming from the DB schema. |