createSavepoint method
Creates a savepoint within an active transaction.
The txnId must be a valid transaction identifier.
Returns true on success, false on failure.
Implementation
@override
bool createSavepoint(int txnId, String name) =>
_native.savepointCreate(txnId, name);