oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
DatabaseDriverSpec.autoCommit
oceandrift
db
dbal
driver
DatabaseDriverSpec
Enables/disables “auto commit” (if available on the underlying database)
bool
autoCommit
()
void
autoCommit
(bool enable)
interface
DatabaseDriverSpec
@
safe
void
autoCommit
(
bool
enable
)
Meta
Source
See Implementation
oceandrift
db
dbal
driver
DatabaseDriverSpec
functions
autoCommit
close
connect
connected
execute
lastInsertID
prepare
transactionCommit
transactionRollback
transactionStart
Enables/disables “auto commit” (if available on the underlying database)