Inserting Data
Class RWDBInserter is used to insert data into database tables. An inserter is obtained by request from a database table, and it must be supplied with data to insert. The data can come from program variables or literals, from other tables in the same database, or from tables in another database. We'll examine each method separately.