sqlite_utils.cc | 144 if (!s.column_string(1).compare(column_name)) { 146 return !s.column_string(2).compare(column_type); 465 bool SQLStatement::column_string(int index, std::string* str) { function in class:SQLStatement 473 std::string SQLStatement::column_string(int index) { function in class:SQLStatement 475 column_string(index, &str);
|