Hi Prabhakar

You can check the JDBC version that a driver supports using the methods getMetaData().getJDBCMajorVersion() and getMetaData().getJDBCMinorVersion(). Doing this with Drill driver that will show you that it supports version 4.1 of the specification. Note that parts of the JDBC spec are optional and Drill only supports those of them that are relevant for it.

Regards
James

On 1/2/23 08:59, Prabhakar Bhosale wrote:
Dear Team,
Does Apache drill JDBC driver comply with JDBC 4.0 specification?

Regards
Prabhakar


Reply via email to