Class JdbcDataSourceDatabase
java.lang.Object
org.apache.arrow.adbc.driver.jdbc.JdbcDataSourceDatabase
- All Implemented Interfaces:
AutoCloseable,AdbcDatabase,AdbcOptions
An instance of a database based on a
DataSource.-
Method Details
-
connect
Description copied from interface:AdbcDatabaseCreate a new connection to the database.- Specified by:
connectin interfaceAdbcDatabase- Throws:
AdbcException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
toString
-