Searched refs:getColumnValue (Results 1 – 8 of 8) sorted by relevance
168 bool providesAltitude = statement.getColumnValue(2).type() != SQLValue::NullValue; in readFromDatabaseImpl()169 bool providesAltitudeAccuracy = statement.getColumnValue(4).type() != SQLValue::NullValue; in readFromDatabaseImpl()170 bool providesHeading = statement.getColumnValue(5).type() != SQLValue::NullValue; in readFromDatabaseImpl()171 bool providesSpeed = statement.getColumnValue(6).type() != SQLValue::NullValue; in readFromDatabaseImpl()
78 SQLValue getColumnValue(int col);
301 SQLValue SQLiteStatement::getColumnValue(int col) in getColumnValue() function in WebCore::SQLiteStatement
98 rows->addResult(statement.getColumnValue(i)); in execute()
120 rows->addResult(statement.getColumnValue(i)); in execute()
142 def getColumnValue(list, index, col): function
236 return getColumnValue(self, index, 0)
51947 (WebCore::SQLiteStatement::getColumnValue): new member function to return SQLValues51950 (WebCore::SQLStatement::execute): use getColumnValue instead of getColumnText