Interface RelationalDriver
- All Superinterfaces:
Driver
A Driver which is used to connect to a Relational Database.
-
Method Summary
Modifier and TypeMethodDescriptiondefault RelationalConnection
default int
default int
default Logger
default DriverPropertyInfo[]
getPropertyInfo
(String url, Properties info) default boolean
Methods inherited from interface java.sql.Driver
acceptsURL, connect
-
Method Details
-
connect
- Throws:
SQLException
-
connect
RelationalConnection connect(@Nonnull URI url, @Nonnull Options connectionOptions) throws SQLException - Throws:
SQLException
-
getMajorVersion
default int getMajorVersion()- Specified by:
getMajorVersion
in interfaceDriver
-
getMinorVersion
default int getMinorVersion()- Specified by:
getMinorVersion
in interfaceDriver
-
getPropertyInfo
- Specified by:
getPropertyInfo
in interfaceDriver
- Throws:
SQLException
-
jdbcCompliant
default boolean jdbcCompliant()- Specified by:
jdbcCompliant
in interfaceDriver
-
getParentLogger
- Specified by:
getParentLogger
in interfaceDriver
- Throws:
SQLFeatureNotSupportedException
-