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