JDBC works at the DBMS level, generating SQL code to execute. SQL can be sent only 1 DBMS at a time. In special situations, the DBMS engine can execute a query in a distributed style, for example, in Oracle RAC or in a parallel query. However, the DBMS controls this.
, JDBC, , , JDBC . , , , , . Java 1 JDBC.