Interface JDBCDriver
- All Known Implementing Classes:
- JDBCDriverRecord
public interface JDBCDriver
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Returns the type of database that this driver connects to.
- 
Method Details- 
getNameString getName()
- 
getDescriptionString getDescription()
- 
getClassnameString getClassname()
- 
getVendorDatabaseVendor getVendor()Returns the type of database that this driver connects to.
 
-