public class Liquibase extends AbstractOptionSet
| Constructor and Description |
|---|
Liquibase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeMultipleQueriesByStatementAsync()
Whether the statement execution methods must execute queries asynchronously when the statement contains several
queries separated by semicolons.
|
String |
getCatalog()
There is no catalog concept in Cassandra.
|
int |
getSQLUpdateResponse()
There is no
updateCount available in Java Driver for Apache Cassandra®, different flavour requires
different response. |
boolean |
shouldThrowExceptionOnRollback()
Whether the rollback method on a Cassandra connection should throw a
SQLFeatureNotSupportedException
since Cassandra is always in auto-commit mode and does not support rollback. |
getConnection, setConnectionpublic String getCatalog()
OptionSetnull if there is none.public int getSQLUpdateResponse()
OptionSetupdateCount available in Java Driver for Apache Cassandra®, different flavour requires
different response.public boolean shouldThrowExceptionOnRollback()
OptionSetSQLFeatureNotSupportedException
since Cassandra is always in auto-commit mode and does not support rollback.true if the method CassandraConnection.rollback() should throw an exception,
false otherwise.public boolean executeMultipleQueriesByStatementAsync()
OptionSettrue if the queries must be executed asynchronously, false otherwise.Copyright © 2020–2024 ING Bank. All rights reserved.