JDBC 2.0 Optional Package.
Here is the list of declaration for jdbc-stdext. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.sql</groupId> <artifactId>jdbc-stdext</artifactId> <version>2.0</version> </dependency>
If you think this Maven repository POM file listing for jdbc-stdext is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on jdbc-stdext-2.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Database | commons-dbcp 1.2 Commons Database Connection Pooling | 12 |
Database | commons-dbcp 1.2.1 Commons Database Connection Pooling | 20 |
The following packages are defined in the jdbc-stdext-2.0.jar
javax.sql
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>javax.sql</groupId> <artifactId>jdbc-stdext</artifactId> <version>2.0</version> <name>JDBC 2.0 Optional Package</name> <description> JDBC 2.0 Optional Package </description> <url>http://java.sun.com/products/jdbc/index.jsp</url> <distributionManagement> <downloadUrl>http://java.sun.com/products/jdbc/download.html</downloadUrl> </distributionManagement> </project>