What is Jdbc type 5 driver

前端 未结 3 501
挽巷
挽巷 2021-01-05 22:57

What is a JDBC type 5 driver? What are the benefits of such a driver?

Can I get any links/tutorials about type 5 drivers?

相关标签:
3条回答
  • 2021-01-05 23:38

    There are currently four types of JDBC drivers. See: Types of JDBC technology drivers

    There is some speculation about what the next type would be like.

    0 讨论(0)
  • 2021-01-05 23:43

    It is just a thrid party implementation of JDBC. Type 5 is non-standard .

    enter image description here

    0 讨论(0)
  • 2021-01-05 23:50

    It's a marketing hype. Progress e.g. shows it as:

    • Type 1: JDBC-ODBC bridge
    • Type 2: partial Java driver
    • Type 3: pure Java driver for database middleware
    • Type 4: pure Java driver for direct-to-database
    • Type 5: highly-functional drivers with superior performance

    They don't even state if Type 5 should be pure Java, and I believe it is some vendor bullshit because they don't want to say they have just a Type 2 driver.

    0 讨论(0)
提交回复
热议问题