Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What does jdbc stand for in jdbc tutorial?


Asked by Calliope Fox on Dec 06, 2021 FAQ



Java JDBC Tutorial JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the query with the database. It is a part of JavaSE (Java Standard Edition).
Moreover,
JDBC is Java Database Connectivity API, while JNDI is Java Naming and Directory Interface API. The main thing here is that in a JNDI directory you're actually storing a JDBC DataSource, so, you're simply using JDBC to obtain a Connection via JNDI lookup.
Accordingly, JDBC ('Java Database Connectivity') allows multiple implementations to exist and be used by the same application. The API provides a mechanism for dynamically loading the correct Java packages and registering them with the JDBC Driver Manager. The Driver Manager is used as a connection factory for creating JDBC connections.
Likewise,
For information about JDBC specification compliance, go to Java™ software development kit. When you use Informix JDBC Driver in a Java program to interact with the Informix database, your session connects directly to the database or database server, without a middle tier.
In this manner,
Support any kind of JDBC standard database: MySQL, Oracle, SQLServer, PostgreSQL and any SQL92 followed databases. Sharding-JDBC is suitable for java application. The yellow part in the diagram indicates the API entrance of Sharding-JDBC, provided in factory method.