RapTier generates the following stored procedures:
Gets all records from the table.
Gets a record from the table using the primary key value.
Gets all records for the specified foreign key.
Inserts a new record into the table.
Updates a record in the table.
Deletes a record from the table using the primary key value.
Delete records from the table using a foreign key.
Deletes all records from the table.