connection.h | 468 // to create an invalid ref. |was_valid| indicates whether the 470 // |was_valid| can be true for NULL |stmt| if the connection has 472 StatementRef(Connection* connection, sqlite3_stmt* stmt, bool was_valid); 480 bool was_valid() const { return was_valid_; } function in class:sql::Connection::StatementRef
|