Example usage for Java java.sql Driver fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | acceptsURL(String url) Retrieves whether the driver thinks that it can open a connection to the given URL. |
Connection | connect(String url, java.util.Properties info) Attempts to make a database connection to the given URL. |
Class> | getClass() Returns the runtime class of this Object . |
int | getMajorVersion() Retrieves the driver's major version number. |
int | getMinorVersion() Gets the driver's minor version number. |
Logger | getParentLogger() Return the parent Logger of all the Loggers used by this driver. |
DriverPropertyInfo[] | getPropertyInfo(String url, java.util.Properties info) Gets information about the possible properties for this driver. |
boolean | jdbcCompliant() Reports whether this driver is a genuine JDBC Compliant™ driver. |
String | toString() Returns a string representation of the object. |