menu
odbc_fast package
documentation
application/services/odbc_service.dart
IOdbcService
poolCreate abstract method
poolCreate abstract method
dark_mode
light_mode
poolCreate
abstract method
Future
<
Result
<
int
>
>
poolCreate
(
String
connectionString
,
int
maxSize
)
Implementation
Future<Result<int>> poolCreate( String connectionString, int maxSize, );
odbc_fast package
documentation
application/services/odbc_service
IOdbcService
poolCreate abstract method
IOdbcService class