Package liquibase.ext.cosmosdb.database
Class CosmosClientDriver
- java.lang.Object
-
- liquibase.ext.cosmosdb.database.CosmosClientDriver
-
-
Constructor Summary
Constructors Constructor Description CosmosClientDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptsURL(String url)Connectionconnect(String url, Properties info)CosmosClientProxyconnect(CosmosConnectionString cosmosConnectionString)intgetMajorVersion()intgetMinorVersion()LoggergetParentLogger()DriverPropertyInfo[]getPropertyInfo(String url, Properties info)booleanjdbcCompliant()
-
-
-
Method Detail
-
connect
public Connection connect(String url, Properties info)
-
connect
public CosmosClientProxy connect(CosmosConnectionString cosmosConnectionString) throws liquibase.exception.DatabaseException
- Throws:
liquibase.exception.DatabaseException
-
acceptsURL
public boolean acceptsURL(String url)
- Specified by:
acceptsURLin interfaceDriver
-
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
- Specified by:
getPropertyInfoin interfaceDriver
-
getMajorVersion
public int getMajorVersion()
- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()
- Specified by:
getMinorVersionin interfaceDriver
-
jdbcCompliant
public boolean jdbcCompliant()
- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
public Logger getParentLogger()
- Specified by:
getParentLoggerin interfaceDriver
-
-