Home
last modified time | relevance | path

Searched refs:rowCount (Results 26 – 32 of 32) sorted by path

12

/plugin/sqlite/
H A Dhelper.php349 return $res->rowCount();
/plugin/sqlraw/
H A Dtest2.php25 $rowCount = count($html->find('tr'));
52 for ($i=0; $i < $rowCount; $i++) {
/plugin/strata/driver/
H A Dmysql.php30 return $this->_db->query("SHOW TABLES LIKE 'data'")->rowCount() != 0;
H A Dpgsql.php33 return $this->_db->query("SELECT * FROM pg_tables WHERE schemaname = 'public' AND tablename = 'data'")->rowCount() != 0;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php405 return $stmt->rowCount() === 1;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php176 return $stmt->rowCount() === 1;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js25820 this.rowCount = 0;
25877 if (this.formatterOptions.alwaysWriteHeaders && this.rowCount === 0) {
25970 var rowCount = this.rowCount;
25971 this.rowCount += 1;
25973 if (rowCount) {
26273 _this.rowCount = 0;
26406 _this2.rowCount += 1;
26408 var nextRowCount = _this2.rowCount;
26411 _this2.rowCount -= 1;
26468 _this3.rowCount -= 1;
[all …]

12