Searched refs:m_lastActionChangedDatabase (Results 1 – 2 of 2) sorted by relevance
52 m_lastActionChangedDatabase = false; in reset()130 m_lastActionChangedDatabase = true; in createTable()169 m_lastActionChangedDatabase = true; in allowAlterTable()178 m_lastActionChangedDatabase = true; in createIndex()217 m_lastActionChangedDatabase = true; in createTrigger()294 m_lastActionChangedDatabase = true; in createVTable()323 m_lastActionChangedDatabase = true; in allowInsert()333 m_lastActionChangedDatabase = true; in allowUpdate()
103 bool lastActionChangedDatabase() const { return m_lastActionChangedDatabase; } in lastActionChangedDatabase()116 bool m_lastActionChangedDatabase : 1; variable