Class AbstractStatementTest

java.lang.Object
org.apache.arrow.adbc.driver.testsuite.AbstractStatementTest

public abstract class AbstractStatementTest extends Object
  • Constructor Details

    • AbstractStatementTest

      public AbstractStatementTest()
  • Method Details

    • beforeEach

      @BeforeEach public void beforeEach() throws Exception
      Throws:
      Exception
    • afterEach

      @AfterEach public void afterEach() throws Exception
      Throws:
      Exception
    • bulkIngestAppend

      @Test public void bulkIngestAppend() throws Exception
      Throws:
      Exception
    • bulkIngestAppendConflict

      @Test public void bulkIngestAppendConflict() throws Exception
      Throws:
      Exception
    • bulkIngestAppendNotFound

      @Test public void bulkIngestAppendNotFound() throws Exception
      Throws:
      Exception
    • bulkIngestCreateConflict

      @Test public void bulkIngestCreateConflict() throws Exception
      Throws:
      Exception
    • executeSchema

      @Test public void executeSchema() throws Exception
      Throws:
      Exception
    • executeSchemaPrepared

      @Test public void executeSchemaPrepared() throws Exception
      Throws:
      Exception
    • executeSchemaParams

      @Test public void executeSchemaParams() throws Exception
      Throws:
      Exception
    • prepareQuery

      @Test public void prepareQuery() throws Exception
      Throws:
      Exception
    • prepareQueryWithParametersNoOp

      @Test public void prepareQueryWithParametersNoOp() throws Exception
      Throws:
      Exception
    • prepareQueryWithParameters

      @Test public void prepareQueryWithParameters() throws Exception
      Throws:
      Exception
    • getParameterSchema

      @Test public void getParameterSchema() throws Exception
      Throws:
      Exception