public class VirtualDriver
extends java.lang.Object
implements java.sql.Driver
de.simplicit.vjdbc.VirtualConnection instance for give connection string.
For supported connection strings see VjdbcConnectionStringParser.| Constructor and Description |
|---|
VirtualDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(java.lang.String url) |
java.sql.Connection |
connect(java.lang.String rawUrl,
java.util.Properties props) |
int |
getMajorVersion() |
int |
getMinorVersion() |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties info) |
protected VirtualConnectionBuilder |
getVirtualConnectionBuilder() |
boolean |
jdbcCompliant() |
public java.sql.Connection connect(java.lang.String rawUrl,
java.util.Properties props)
throws java.sql.SQLException
connect in interface java.sql.Driverjava.sql.SQLExceptionprotected VirtualConnectionBuilder getVirtualConnectionBuilder()
public boolean acceptsURL(java.lang.String url)
throws java.sql.SQLException
acceptsURL in interface java.sql.Driverjava.sql.SQLExceptionpublic java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url,
java.util.Properties info)
throws java.sql.SQLException
getPropertyInfo in interface java.sql.Driverjava.sql.SQLExceptionpublic int getMajorVersion()
getMajorVersion in interface java.sql.Driverpublic int getMinorVersion()
getMinorVersion in interface java.sql.Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface java.sql.Driverpublic java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
getParentLogger in interface java.sql.Driverjava.sql.SQLFeatureNotSupportedExceptionCopyright © 2018 SAP SE. All Rights Reserved.