odbc_init method

  1. @override
int odbc_init()
override

Implementation

@override
int odbc_init() => _overrides.init?.call() ?? super.odbc_init();