OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColumnType
(Results
1 - 4
of
4
) sorted by null
/external/chromium/app/sql/
statement.h
19
// Possible return values from
ColumnType
in a statement. These should match
121
// where that type is not the native type. For safety, call
ColumnType
only
123
ColType
ColumnType
(int col) const;
statement.cc
146
ColType Statement::
ColumnType
(int col) const {
/external/chromium/chrome/browser/history/
history_database.cc
213
if (s.
ColumnType
(0) == sql::COLUMN_TYPE_NULL)
/external/chromium/chrome/browser/webdata/
web_database_migration_unittest.cc
527
EXPECT_EQ(s3.
ColumnType
(0), sql::COLUMN_TYPE_TEXT);
597
EXPECT_EQ(s3.
ColumnType
(0), sql::COLUMN_TYPE_TEXT);
[
all
...]
Completed in 41 milliseconds