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