menu
galileo_sqljocky5 package
documentation
internal/connection/impl.dart
MySqlConnectionImpl
begin method
begin method
dark_mode
light_mode
begin
method
Future
<
Transaction
>
begin
(
)
override
Creates and returns a new transaction.
Implementation
Future<Transaction> begin() => Transaction.begin(this);
galileo_sqljocky5 package
documentation
internal/connection/impl
MySqlConnectionImpl
begin method
MySqlConnectionImpl class