You are on page 1of 10

IBM Websphere portlet Factory

Using data from a relational data sources

SQL Data Services

SQL Data Services provide access to relational database back-end systems like DB2, Cloudscape, Oracle, and similar applications.

The SQL builders offer a simple mechanism to define the statements, and they hide the implementation details to connect to and access databases.

SQL builders
They are part of the Data Integration category in the Builder Palette

SQL builders
SQL Call: This is a top-level builder for calling SQL statements without writing any Java code. The SQL statement (select, insert, update, delete) can be easily created even if it requires parameters. SQL Data Source: This builder accesses the JNDI resident Data Source and uses it as a JDBC connection factory. SQL Statement: This builder creates JDBC statements that are ready for execution. SQL Transaction: Top-level builder for creating a list of Statements that are ready for execution as a transaction. SQL Transform: To XML: Transformation from SQL result set into XML variable. To XML Schema: Generates XML schemas from the execution of SQL statements.

SQL Call Builder Build the sql statement

SQL Call Builder Result set handling

SQL Call Builder

SQL Call Builder generated methods

SQL Call Builder logging

Thank You!

You might also like