Show TOC Start of Content Area

Background documentation Using Open SQL for Java Features  Locate the document in its SAP Library structure

The relational persistence framework of the AS Java is called Open SQL for Java. It is a part of a comprehensive infrastructure that is designed to provide persistency for application development inside the AS Java. Among the key features of the framework are:

      Database independence

      Efficiency

      Maintainability

      Orientation to standards

      Close integration into the AS Java

      Enhanced performance by table buffers and statement pooling

The Open SQL for Java offers the Open SQL/JDBC programming model, which enables support for the JDBC standard used for dynamic queries to the database.

More Information

Open SQL Grammar

Open SQL Data Types

Open SQL Database Dependencies

End of Content Area