JSP actions for database access

WebSphere Studio provides a tag library of JSP actions for database access. The actions conform to the JSP 1.1 syntax. An x: is used in this document as the prefix for the JSP actions. The actual prefix that will appear in JSP files is user-specifiable through the taglib directive.

 

Actions

The actions in the library include the following:

In the descriptions for these actions, assume that, in general, attribute values are not sensitive to case. Where this is not true, it will be stated. The primary reason for exceptions to this rule is when an attribute value can serve as a Java identifier.

In addition to the function of JSP tags previously provided for database access, the main functions that these actions provide include:

The JSP tags are built on top of a set of beans, referred to as the DB Beans, available in the package com.ibm.db.beans. The primary beans in this package are DBSelect, DBProcedureCall, and DBModify. You can use these beans directly in programs you write in addition to using them indirectly via the JSP SQL tags.