Retrieve the mutex for a database connection
Retrieve the mutex for a database connection
sqlite3_mutex *sqlite3_db_mutex(sqlite3*
此接口返回一个指针,该指针指示sqlite3_mutex对象在线程化模式为序列化时序列化对参数中给定的数据库连接的访问。如果线程模式是单线程或多线程,则此例程返回一个NULL指针。
sqlite3_mutex *sqlite3_db_mutex(sqlite3*
此接口返回一个指针,该指针指示sqlite3_mutex对象在线程化模式为序列化时序列化对参数中给定的数据库连接的访问。如果线程模式是单线程或多线程,则此例程返回一个NULL指针。