Class AbstractYCQLDelegate

java.lang.Object
org.testcontainers.containers.delegate.AbstractYCQLDelegate
All Implemented Interfaces:
AutoCloseable, org.testcontainers.delegate.DatabaseDelegate
Direct Known Subclasses:
YugabyteDBYCQLDelegate

public abstract class AbstractYCQLDelegate extends Object implements org.testcontainers.delegate.DatabaseDelegate
An abstract delegate do-nothing class
  • Constructor Details

    • AbstractYCQLDelegate

      public AbstractYCQLDelegate()
  • Method Details

    • execute

      public void execute(String statement, String scriptPath, int lineNumber, boolean continueOnError, boolean ignoreFailedDrops)
      Specified by:
      execute in interface org.testcontainers.delegate.DatabaseDelegate
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.testcontainers.delegate.DatabaseDelegate