Database Persistence

A common usage pattern in an action is the creation of database objects that represent outbound objects (for example, Transaction, Batch, Transmission). Historically actions inserting these objects have used PASSTHRU statements to directly invoke insert statements against the database to insert a single database row at a time. For performance reasons, FTM has introduced a Persistence API that is capable of inserting multiple database rows in a single PASSTHRU call.