• [^] # Re: MySQL Connector/J : 3.0.6 stable et 3.1.0 alpha

    Posté par . En réponse à la dépêche MySQL Connector/J : 3.0.6 stable et 3.1.0 alpha. Évalué à 3.

    "MySQL Connector/J is a Type IV JDBC driver"

    Du coup j'ai regardé pour PostgreSQL, le driver est aussi de type 4. Il en existe plusieurs variantes, dont une pour l'API JDBC 1 (lié au JDK 1.1) et une pour l'API JDBC 2 (JDK 1.2/1.3) si j'ai bien compris. Il est question de jdbc3 (dans les sources en tous cas) et je crois que c'est lié au JDK 1.4 mais je ne suis pas certain.

    PostgreSQL provides a type 4 JDBC Driver. Type 4 indicates that the driver is written in Pure Java, and communicates in the database system's own network protocol. Because of this, the driver is platform independent; once compiled, the driver can be used on any system.