Searched refs:DoesTableOrIndexExist (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sql/
H A Dconnection.h442 bool DoesTableOrIndexExist(const char* name, const char* type) const;
H A Dconnection.cc792 return DoesTableOrIndexExist(table_name, "table");
796 return DoesTableOrIndexExist(index_name, "index");
799 bool Connection::DoesTableOrIndexExist( function in class:sql::Connection

Completed in 72 milliseconds