Note that JDBC 4.0 API has been implemented in Java SE 6.
But JDBC drivers of specific database servers for JDBC 4.0 API may still not available.
Since JDBC 4.0 API is backward compatible, there is no problem with using Java SE 6 with JDBC 3.0 drivers,
as long as you do not use the new methods or classes there were introduced in JDBC 4.0 API.