Home
last modified time | relevance | path

Searched refs:_getTransactionIsolationLevelSQL (Results 1 – 25 of 73) sorted by relevance

123

/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSqlitePlatform.php151 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
161 return parent::_getTransactionIsolationLevelSQL($level);
170 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
H A DOraclePlatform.php200 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
206 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
217 return parent::_getTransactionIsolationLevelSQL($level);
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DSqlitePlatform.php174 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
186 return parent::_getTransactionIsolationLevelSQL($level);
195 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
H A DOraclePlatform.php231 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
237 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
251 return parent::_getTransactionIsolationLevelSQL($level);
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php238 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
244 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
255 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php166 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
176 return parent::_getTransactionIsolationLevelSQL($level);
185 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
H A DSQLAnywherePlatform.php1000 …return 'SET TEMPORARY OPTION isolation_level = ' . $this->_getTransactionIsolationLevelSQL($level);
1254 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php238 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
244 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
255 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php166 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
176 return parent::_getTransactionIsolationLevelSQL($level);
185 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php226 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
232 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
243 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php164 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
174 return parent::_getTransactionIsolationLevelSQL($level);
183 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php230 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
236 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
247 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php165 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
175 return parent::_getTransactionIsolationLevelSQL($level);
184 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php236 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
242 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
256 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php169 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
181 return parent::_getTransactionIsolationLevelSQL($level);
190 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php235 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
241 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
255 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php169 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
181 return parent::_getTransactionIsolationLevelSQL($level);
190 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php236 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
242 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
256 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php169 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
181 return parent::_getTransactionIsolationLevelSQL($level);
190 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php235 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
241 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
255 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php169 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
181 return parent::_getTransactionIsolationLevelSQL($level);
190 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php236 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
242 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
256 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php169 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
181 return parent::_getTransactionIsolationLevelSQL($level);
190 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DOraclePlatform.php236 return 'SET TRANSACTION ISOLATION LEVEL ' . $this->_getTransactionIsolationLevelSQL($level);
242 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\OraclePlatform
256 return parent::_getTransactionIsolationLevelSQL($level);
H A DSqlitePlatform.php169 protected function _getTransactionIsolationLevelSQL($level) function in Doctrine\\DBAL\\Platforms\\SqlitePlatform
181 return parent::_getTransactionIsolationLevelSQL($level);
190 return 'PRAGMA read_uncommitted = ' . $this->_getTransactionIsolationLevelSQL($level);

123