| Interface | Description |
|---|---|
| ConnectionFactory |
Factory for creating connection objects.
|
| ConnectionSettings |
Basic JDBC Connection settings.
|
| DriverProvider |
Responsible for looking up database drivers by name
|
| Class | Description |
|---|---|
| DefaultConnectionFactory |
Default implementation of
ConnectionFactory that uses
the JDBC DriverManager for creating connections. |
| JDBCConnector |
Basic JDBC connector class.
|
| Exception | Description |
|---|---|
| JDBCException |
Subclass of DRExceptions for JDBC.
|
Copyright © 2021 Actian Corporation. All rights reserved.