Package oajava.sql

This will help you to write SQL IP in Java using OpenAccess SDK for Java.

See:
          Description

Interface Summary
sqlip A connection (session) with a specific database.
sqlip_stmt The object used for executing a static SQL statement and obtaining the results produced by it.
 

Class Summary
xo_col_attribute This class allow IP writer to specify/get column attributes.
xo_int This class is basically allow IP writer to hold/change integer type value.
xo_val This class is basically allow IP writer to hold/change primitive type values.
 

Package oajava.sql Description

This will help you to write SQL IP in Java using OpenAccess SDK for Java.

Package Specification

You need JDK 1.3 to develop your IP.

Related Documentation