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
444
bool
DoesTableOrIndexExist
(const char* name, const char* type) const;
connection.cc
766
return
DoesTableOrIndexExist
(table_name, "table");
770
return
DoesTableOrIndexExist
(index_name, "index");
773
bool Connection::
DoesTableOrIndexExist
(
[
all
...]
Completed in 693 milliseconds