OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoesTableOrIndexExist
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sql/
connection.h
442
bool
DoesTableOrIndexExist
(const char* name, const char* type) const;
connection.cc
792
return
DoesTableOrIndexExist
(table_name, "table");
796
return
DoesTableOrIndexExist
(index_name, "index");
799
bool Connection::
DoesTableOrIndexExist
(
[
all
...]
Completed in 455 milliseconds