database.isTransaction
-
<boolean> 数据库当前是否处于事务中。此方法是
sqlite3_get_autocommit()
的封装器。¥<boolean> Whether the database is currently within a transaction. This method is a wrapper around
sqlite3_get_autocommit()
.
<boolean> 数据库当前是否处于事务中。此方法是 sqlite3_get_autocommit()
的封装器。
¥<boolean> Whether the database is currently within a transaction. This method
is a wrapper around sqlite3_get_autocommit()
.