The build descriptor option sqlJDBCDriverClass specifies a driver class for connecting to the database that EGL uses to validate SQL statements at generation time. You specify the database by setting sqlValidationConnectionURL. Database access is through JDBC.
COM.ibm.db2.jdbc.app.DB2Driver
COM.ibm.db2.jdbc.net.DB2Driver
com.ibm.db2.jcc.DB2Driver
oracle.jdbc.driver.OracleDriver
com.informix.jdbc.IfxDriver
For other driver classes, refer to the documentation for the driver.
To specify more than one driver class, separate each class name from the next with a colon (:). You might do this if one Java program makes a local call to another but accesses a different database management system.