Class AbstractConnectionMetadataTest

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

public abstract class AbstractConnectionMetadataTest extends Object
Common tests of metadata methods of AdbcConnection.
  • Constructor Details

    • AbstractConnectionMetadataTest

      public AbstractConnectionMetadataTest()
  • Method Details

    • beforeEach

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

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

      @Test public void getInfo() throws Exception
      Throws:
      Exception
    • getInfoByCode

      @Test public void getInfoByCode() throws Exception
      Throws:
      Exception
    • getObjectsConstraints

      @Test public void getObjectsConstraints() throws Exception
      Throws:
      Exception
    • getObjectsColumns

      @Test public void getObjectsColumns() throws Exception
      Throws:
      Exception
    • getObjectsCatalogs

      @Test public void getObjectsCatalogs() throws Exception
      Throws:
      Exception
    • getObjectsCatalogsPattern

      @Test public void getObjectsCatalogsPattern() throws Exception
      Throws:
      Exception
    • getObjectsDbSchemas

      @Test public void getObjectsDbSchemas() throws Exception
      Throws:
      Exception
    • getObjectsTables

      @Test public void getObjectsTables() throws Exception
      Throws:
      Exception
    • getTableSchema

      @Test public void getTableSchema() throws Exception
      Throws:
      Exception
    • getTableSchemaDoesNotExist

      @Test public void getTableSchemaDoesNotExist() throws Exception
      Throws:
      Exception
    • getTableTypes

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