| Constructor and Description |
|---|
TimestreamDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
TimestreamConnection |
connect(String url,
Properties info) |
protected TimestreamConnection |
createTimestreamConnection(Properties properties,
com.amazonaws.ClientConfiguration configuration)
Creates an
TimestreamConnection instance. |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
public boolean acceptsURL(String url)
acceptsURL in interface Driverpublic TimestreamConnection connect(String url, Properties info) throws SQLException
connect in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic Logger getParentLogger()
getParentLogger in interface Driverpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
getPropertyInfo in interface DriverSQLExceptionpublic boolean jdbcCompliant()
jdbcCompliant in interface Driverprotected TimestreamConnection createTimestreamConnection(Properties properties, com.amazonaws.ClientConfiguration configuration) throws SQLException
TimestreamConnection instance.properties - The properties to be used to create a connection.configuration - The client configuration to be used to create a connection.TimestreamConnection instance.SQLException - if property is not supported by the driver.Copyright © 2020. All rights reserved.