The JDBC API provides access to databases in Java applications. JDBC is a part of the Java platform and it is divided into 2 packages: java.sql and javax.sql.
The JDBC API includes the following main Java classes and interfaces:
| java.sql.Connection | Connection to a specific database |
| java.sql.PreparedStatement | Precompiled SQL statement |
| java.sql.ResultSet | Query result |
| java.sql.SQLException | Information on database errors |
| java.sql.Timestamp | Operations with SQL TIMESTAMP data type |
Assessment helps estimate the effort and cost of a migration. For conversion of embedded SQL in a Java application, the assessment can involve the following:
SQLines offers the following built-in assessment features:
Using conversion language and report templates you can extend assessment features of SQLines and develop any custom assessment reports.