Lines Matching refs:rowCount
47 int rowCount = 0;
48 resultSet->GetRowCount(rowCount);
49 HILOG_INFO("ResultSetToObject GetRowCount is %{public}d", rowCount);
50 if (rowCount == 0) {
154 int rowCount = 0;
155 resultSet->GetRowCount(rowCount);
156 if (rowCount == 0) {
223 int rowCount = 0;
224 resultSet->GetRowCount(rowCount);
225 HILOG_INFO("ResultSetToGroup GetRowCount is %{public}d", rowCount);
226 if (rowCount == 0) {