NativeOdbcConnection constructor
NativeOdbcConnection()
Creates a new NativeOdbcConnection instance.
Implementation
NativeOdbcConnection() : _native = bindings.OdbcNative() {
_auditLogger = OdbcAuditLogger(_native);
}
Creates a new NativeOdbcConnection instance.
NativeOdbcConnection() : _native = bindings.OdbcNative() {
_auditLogger = OdbcAuditLogger(_native);
}