Lines Matching refs:rowCount
452 int rowCount = 0;
453 resultSet->GetRowCount(rowCount);
454 LOG_INFO("GetRowCount is %{public}d", rowCount);
455 if (rowCount == 0) {
803 int rowCount = 0;
804 resultSet->GetRowCount(rowCount);
805 LOG_INFO("GetRowCount is %{public}d", rowCount);
806 if (rowCount <= 0) {
824 int rowCount = 0;
825 resultSet->GetRowCount(rowCount);
826 LOG_INFO("GetRowCount is %{public}d", rowCount);
827 if (rowCount <= 0) {
854 int rowCount = 0;
855 resultSet->GetRowCount(rowCount);
856 LOG_INFO("GetRowCount is %{public}d", rowCount);
857 if (rowCount <= 0) {