| Constructor and Description |
|---|
CosmosClientDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
CosmosClientProxy |
connect(CosmosConnectionString cosmosConnectionString) |
Connection |
connect(String url,
Properties info) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
public Connection connect(String url, Properties info)
public CosmosClientProxy connect(CosmosConnectionString cosmosConnectionString) throws liquibase.exception.DatabaseException
liquibase.exception.DatabaseExceptionpublic boolean acceptsURL(String url)
acceptsURL in interface Driverpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
getPropertyInfo in interface Driverpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface Driverpublic Logger getParentLogger()
getParentLogger in interface DriverCopyright © 2021 Liquibase.org. All rights reserved.