Title here
Summary here
Spark Connection manager for an ODBC connection.
public class SparkOdbcConnectionManager : OdbcConnectionManager, IConnectionManager<OdbcConnection, OdbcTransaction>, IConnectionManager, IDisposable public SparkOdbcConnectionManager() public SparkOdbcConnectionManager(OdbcConnectionString connectionString)| Type | Name | Description |
|---|---|---|
| OdbcConnectionString | connectionString |
public SparkOdbcConnectionManager(string connectionString)| Type | Name | Description |
|---|---|---|
| string | connectionString |
Cretes a clone of the current connection manager
public override IConnectionManager Clone()| Type | Description |
|---|---|
| IConnectionManager | A instance copy of the current connection manager |