Using inline methods to run SQL statements

You can query and update database objects in pureQuery by calling methods that are defined in the com.ibm.pdq.runtime.Data interface.

The com.ibm.pdq.runtime.factory.DataFactory class provides a means for constructing implementations of the Data interface.

The Data interface provides methods to perform the following operations:

Many of the Data interface's query methods are generic, so they are able to return instances of different types as well as collections of different types. Moreover, the Data interface's query methods are overloaded, which lets you perform these actions:


Feedback