NativeOdbcConnection constructor

NativeOdbcConnection()

Creates a new NativeOdbcConnection instance.

Implementation

NativeOdbcConnection() : _native = bindings.OdbcNative() {
  _auditLogger = OdbcAuditLogger(_native);
}