Home
last modified time | relevance | path

Searched refs:supportsLimitOffset (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Sql/Platform/IbmDb2/
H A DSelectDecorator.php33 protected $supportsLimitOffset = false; variable in Zend\\Db\\Sql\\Platform\\IbmDb2\\SelectDecorator
65 return $this->supportsLimitOffset;
69 * @param bool $supportsLimitOffset
71 public function setSupportsLimitOffset($supportsLimitOffset) argument
73 $this->supportsLimitOffset = $supportsLimitOffset;
112 if ($this->supportsLimitOffset) {
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Sql/Platform/IbmDb2/
H A DSelectDecoratorTest.php34 $supportsLimitOffset argument
57 $selectDecorator->setSupportsLimitOffset($supportsLimitOffset);
69 …function testGetSqlString(Select $select, $ignored0, $ignored1, $expectedSql, $supportsLimitOffset) argument
78 $selectDecorator->setSupportsLimitOffset($supportsLimitOffset);
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php41 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
H A DSQLServerPlatform.php705 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
H A DAbstractPlatform.php2670 if ($offset > 0 && ! $this->supportsLimitOffset()) {
2705 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php41 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
H A DAbstractPlatform.php3320 if ($offset > 0 && ! $this->supportsLimitOffset()) {
3355 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DSQLServerPlatform.php1332 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php41 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
H A DAbstractPlatform.php3314 if ($offset > 0 && ! $this->supportsLimitOffset()) {
3349 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DSQLServerPlatform.php1261 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php26 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
H A DSQLServerPlatform.php1420 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php24 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
H A DAbstractPlatform.php3429 if ($offset > 0 && ! $this->supportsLimitOffset()) {
3466 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
H A DSQLServerPlatform.php1402 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServerPlatform
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php24 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
H A DAbstractPlatform.php3358 if ($offset > 0 && ! $this->supportsLimitOffset()) {
3395 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php26 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php24 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
H A DAbstractPlatform.php3429 if ($offset > 0 && ! $this->supportsLimitOffset()) {
3466 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php24 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
H A DAbstractPlatform.php3391 if ($offset > 0 && ! $this->supportsLimitOffset()) {
3428 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php26 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DSQLServer2005Platform.php26 public function supportsLimitOffset() function in Doctrine\\DBAL\\Platforms\\SQLServer2005Platform

12