Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Driver « Database SQL JDBC « Java
Java
Database SQL JDBC
Driver
1.
Get Driver Property Info
2.
Get Driver Name
3.
int java.sql.Driver.getMajorVersion()
4.
int java.sql.Driver.getMinorVersion()
5.
boolean java.sql.Driver.jdbcCompliant()
6.
Enumeration
java.sql.DriverManager.getDrivers()
7.
Get Driver Version
8.
JDBC Driver Information
9.
Loading a JDBC Driver: call Class.forName() within the code
10.
Listing All Loaded JDBC Drivers and gets information about each one.
11.
DriverPropertyInfo[] java.sql.Driver.getPropertyInfo(String url, Properties info)
12.
Enable JDBC logging
13.
JDBC driver url