Lines Matching refs:columnIndex
424 int columnIndex = 0;
426 rawContactResultSet->GetColumnIndex(columnName, columnIndex);
427 rawContactResultSet->GetInt(columnIndex, rawContactId);
958 int columnIndex = 0;
959 resultSet->GetColumnIndex(columnName, columnIndex);
961 resultSet->GetInt(columnIndex, rawContactId);
1017 int columnIndex = 0;
1018 resultSet->GetColumnIndex(typeValue, columnIndex);
1020 resultSet->GetColumnType(columnIndex, columnType);
1023 resultSet->GetInt(columnIndex, intValue);
1027 resultSet->GetDouble(columnIndex, doubleValue);
1031 resultSet->GetString(columnIndex, stringValue);
1319 int columnIndex = 0;
1321 resultSet->GetColumnIndex(columnName, columnIndex);
1322 resultSet->GetInt(columnIndex, rawContactId);