RDBMS Catalog Functions

The RDBMS functions are used in TIBCO BusinessEvents rules and rule functions to connect to a database to perform database operations.

The database concepts feature has an object-to-relational mapping feature that enables you to act on the concepts, and delegate the persistence of these objects to the RDBMS catalog functions.

These functions allow you to perform basic Create, Retrieve, Update and Delete (CRUD) operations on database tables using database concepts, and perform related tasks. In this way, you can keep the database concepts synchronized with their database equivalents.

The RDBMS catalog has one category called Database, which contains the following functions:

  • getConnectionStatus()
  • setCurrentConnection()
  • unsetConnection()
  • beginTransaction()
  • commit()
  • rollback()
  • insert()
  • update()
  • delete()
  • queryUsingConceptProps()
  • queryUsingPreparedStmt()
  • queryUsingPrimaryKeys()
  • queryUsingSQL()
  • assertDBInstance()
  • executePreparedStmt()
  • executeSQL()
  • createQuery()
  • closeQuery()
  • getNextPage()
  • getNextPageFromOffset()
  • getPreviousPage()
  • getPreviousPageFromOffset()

These operations include inserting, updating or deleting database operations, or keeping the TIBCO BusinessEvents concepts and their database source synchronized.