JDBC Adapter Limitations

Supported Types

Supported types vary by DBM of the database to connect and JDBC driver.
JDBC adapter, data extraction/storage are done in common method of JDBC. Types that cannot be extracted/stored may exist according to the DBM of the database to connect and JDBC driver.
Please contact the vendor of the database being used about information on supported types.

Common to all processing

Specification Limits

None

Notes

Read Table

Specification Limits

Execute Select SQL

Specification Limits

Write table

Specification Limits

Execute Update SQL

Specification Limits

Execute Stored Procedure

Specification Limits

Main exceptions

Exception name Cause Actions
java.lang.ClassNotFoundException JDBC driver was not found. Please check your JDBC driver class name and location.
java.sql.SQLException Exception in database processing. Refer to specifications and manuals of the connected data source.