About Transaction Types

The transaction types are based on the data type you use and the task type you want to perform.

Data types include:

  • Data objects

  • Classes

Task types include:

  • Insert

  • Update

  • Delete

The name of each transaction reflects both the data type and task type. Transactions involving data objects do not refer to any type. For example, the transaction for inserting a new data object is called insertRandom. However, the transaction for inserting a new note is called insertTextRandom.