AbstractDbDataProvider

AbstractDbDataProvider is an abstract concrete implementation of IDataProvider for extracting data from TIBCO MDM database. Concrete implementation can extend this class for database related data extraction.

AbstractDataDBProvider provides implementation for IDataProvider method and also introduces two abstract methods which should be extended by concrete implementations,

  • getQuery – Should return a SQL query.
  • setParameters – Sets SQL Query parameter and return a MqDebbugable statement.

The concrete implementation can override getRowMapper if custom IRowMapper implementation is used.

For details on AbstractDbDataProvider interface, click the Help icon in the TIBCO MDM application. In the Contents section, click API Reference > Java API Reference Pages. Click the Java API Reference link in the left pane. The detailed description of each class and method in theTIBCO MDM Java API references are provided.