Uses of Interface
java.sql.DriverAction
Packages that useDriverAction
Package
Description
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Uses ofDriverAction injava.sql
Methods injava.sql with parameters of typeDriverActionModifier and TypeMethodDescriptionstatic voidDriverManager.registerDriver(Driver driver,DriverAction da) Registers the given driver with theDriverManager.