menu
odbc_fast package
documentation
application/services/odbc_service.dart
IOdbcService
closeStatement abstract method
closeStatement abstract method
dark_mode
light_mode
closeStatement
abstract method
Future
<
Result
<
void
>
>
closeStatement
(
String
connectionId
,
int
stmtId
)
Implementation
Future<Result<void>> closeStatement( String connectionId, int stmtId, );
odbc_fast package
documentation
application/services/odbc_service
IOdbcService
closeStatement abstract method
IOdbcService class