Interface JDBCDriver
- All Known Implementing Classes:
 JDBCDriverRecord
public interface JDBCDriver
- 
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the type of database that this driver connects to. 
- 
Method Details
- 
getName
String getName() - 
getDescription
String getDescription() - 
getClassname
String getClassname() - 
getVendor
DatabaseVendor getVendor()Returns the type of database that this driver connects to. 
 -