Home
last modified time | relevance | path

Searched refs:defaultFetchMode (Results 1 – 25 of 90) sorted by relevance

1234

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/
H A DArrayStatement.php45 private $defaultFetchMode = PDO::FETCH_BOTH; variable in Doctrine\\DBAL\\Cache\\ArrayStatement
83 $this->defaultFetchMode = $fetchMode;
105 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
H A DResultCacheStatement.php83 private $defaultFetchMode = PDO::FETCH_BOTH; variable in Doctrine\\DBAL\\Cache\\ResultCacheStatement
132 $this->defaultFetchMode = $fetchMode;
160 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Cache/
H A DArrayStatement.php30 private $defaultFetchMode = PDO::FETCH_BOTH; variable in Doctrine\\DBAL\\Cache\\ArrayStatement
56 $this->defaultFetchMode = $fetchMode;
69 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/
H A DArrayStatement.php45 private $defaultFetchMode = PDO::FETCH_BOTH; variable in Doctrine\\DBAL\\Cache\\ArrayStatement
83 $this->defaultFetchMode = $fetchMode;
105 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
H A DResultCacheStatement.php83 private $defaultFetchMode = PDO::FETCH_BOTH; variable in Doctrine\\DBAL\\Cache\\ResultCacheStatement
132 $this->defaultFetchMode = $fetchMode;
160 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Portability/
H A DStatement.php54 private $defaultFetchMode = PDO::FETCH_BOTH; variable in Doctrine\\DBAL\\Portability\\Statement
106 $this->defaultFetchMode = $fetchMode;
118 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
132 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DStatement.php51 private $defaultFetchMode = PDO::FETCH_BOTH; variable in Doctrine\\DBAL\\Portability\\Statement
127 $this->defaultFetchMode = $fetchMode;
147 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
164 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
H A DConnection.php121 $stmt->setFetchMode($this->defaultFetchMode);
132 $stmt->setFetchMode($this->defaultFetchMode);
146 $stmt->setFetchMode($this->defaultFetchMode);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/
H A DArrayStatement.php28 private $defaultFetchMode = FetchMode::MIXED; variable in Doctrine\\DBAL\\Cache\\ArrayStatement
68 $this->defaultFetchMode = $fetchMode;
93 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/
H A DArrayStatement.php29 private $defaultFetchMode = FetchMode::MIXED; variable in Doctrine\\DBAL\\Cache\\ArrayStatement
71 $this->defaultFetchMode = $fetchMode;
96 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/
H A DArrayStatement.php28 private $defaultFetchMode = FetchMode::MIXED; variable in Doctrine\\DBAL\\Cache\\ArrayStatement
68 $this->defaultFetchMode = $fetchMode;
93 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Cache/
H A DArrayStatement.php29 private $defaultFetchMode = FetchMode::MIXED; variable in Doctrine\\DBAL\\Cache\\ArrayStatement
71 $this->defaultFetchMode = $fetchMode;
96 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DConnection.php98 $stmt->setFetchMode($this->defaultFetchMode);
113 $stmt->setFetchMode($this->defaultFetchMode);
127 $stmt->setFetchMode($this->defaultFetchMode);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DConnection.php98 $stmt->setFetchMode($this->defaultFetchMode);
113 $stmt->setFetchMode($this->defaultFetchMode);
127 $stmt->setFetchMode($this->defaultFetchMode);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DConnection.php98 $stmt->setFetchMode($this->defaultFetchMode);
113 $stmt->setFetchMode($this->defaultFetchMode);
127 $stmt->setFetchMode($this->defaultFetchMode);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DConnection.php98 $stmt->setFetchMode($this->defaultFetchMode);
113 $stmt->setFetchMode($this->defaultFetchMode);
127 $stmt->setFetchMode($this->defaultFetchMode);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DStatement.php51 private $defaultFetchMode = PDO::FETCH_BOTH; variable in Doctrine\\DBAL\\Portability\\Statement
127 $this->defaultFetchMode = $fetchMode;
147 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
164 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
H A DConnection.php121 $stmt->setFetchMode($this->defaultFetchMode);
132 $stmt->setFetchMode($this->defaultFetchMode);
146 $stmt->setFetchMode($this->defaultFetchMode);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DStatement.php30 private $defaultFetchMode = FetchMode::MIXED; variable in Doctrine\\DBAL\\Portability\\Statement
105 $this->defaultFetchMode = $fetchMode;
123 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
142 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
H A DConnection.php103 $stmt->setFetchMode($this->defaultFetchMode);
114 $stmt->setFetchMode($this->defaultFetchMode);
128 $stmt->setFetchMode($this->defaultFetchMode);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DConnection.php106 $stmt->setFetchMode($this->defaultFetchMode);
119 $stmt->setFetchMode($this->defaultFetchMode);
133 $stmt->setFetchMode($this->defaultFetchMode);
H A DStatement.php33 private $defaultFetchMode = FetchMode::MIXED; variable in Doctrine\\DBAL\\Portability\\Statement
118 $this->defaultFetchMode = $fetchMode;
136 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
155 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DConnection.php106 $stmt->setFetchMode($this->defaultFetchMode);
119 $stmt->setFetchMode($this->defaultFetchMode);
133 $stmt->setFetchMode($this->defaultFetchMode);
H A DStatement.php33 private $defaultFetchMode = FetchMode::MIXED; variable in Doctrine\\DBAL\\Portability\\Statement
118 $this->defaultFetchMode = $fetchMode;
136 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
155 $fetchMode = $fetchMode ?: $this->defaultFetchMode;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DConnection.php103 $stmt->setFetchMode($this->defaultFetchMode);
114 $stmt->setFetchMode($this->defaultFetchMode);
128 $stmt->setFetchMode($this->defaultFetchMode);

1234