public class CassandraDatabaseDelegate
extends org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>
| Constructor and Description |
|---|
CassandraDatabaseDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeConnectionQuietly(com.datastax.driver.core.Session session) |
protected com.datastax.driver.core.Session |
createNewConnection() |
void |
execute(java.lang.String statement,
java.lang.String scriptPath,
int lineNumber,
boolean continueOnError,
boolean ignoreFailedDrops) |
protected com.datastax.driver.core.Session createNewConnection()
createNewConnection in class org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>public void execute(java.lang.String statement,
java.lang.String scriptPath,
int lineNumber,
boolean continueOnError,
boolean ignoreFailedDrops)
protected void closeConnectionQuietly(com.datastax.driver.core.Session session)
closeConnectionQuietly in class org.testcontainers.delegate.AbstractDatabaseDelegate<com.datastax.driver.core.Session>