Home
last modified time | relevance | path

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

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php500 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
503 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
517 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
638 private function doFetchAll(int $mode, int $fetchStructure): array argument
651 $mode | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php499 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
502 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
516 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
637 private function doFetchAll(int $mode, int $fetchStructure): array argument
650 $mode | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php499 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
502 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
516 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
637 private function doFetchAll(int $mode, int $fetchStructure): array argument
650 $mode | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php500 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
503 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
517 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
638 private function doFetchAll(int $mode, int $fetchStructure): array argument
651 $mode | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/src/Query/
H A DWhereInFile.php72 public function fetchStructure($table) function in ClickHouseDB\\Query\\WhereInFile
91 $out[$table . '_structure'] = $this->fetchStructure($table);
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php236 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
238 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
242 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS);
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php269 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
271 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
275 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS);
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/
H A DResult.php135 private function fetchAll(int $mode, int $fetchStructure): array argument
142 $mode | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php308 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
310 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
320 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS);
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php455 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
458 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
472 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php488 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
491 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
505 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php476 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
479 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
493 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php488 $fetchStructure = OCI_FETCHSTATEMENT_BY_ROW;
491 $fetchStructure = OCI_FETCHSTATEMENT_BY_COLUMN;
505 … self::$fetchModeMap[$fetchMode] | OCI_RETURN_NULLS | $fetchStructure | OCI_RETURN_LOBS
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/Driver/Decorator/
H A DBase.php387 public function fetchStructure($folder, $uids) function in Horde_Kolab_Storage_Driver_Decorator_Base
389 return $this->_driver->fetchStructure($folder, $uids);
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/
H A DDriver.php248 public function fetchStructure($folder, $uids); function
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/test/Horde/Kolab/Storage/Stub/
H A DDriver.php347 public function fetchStructure($folder, $uids) function in Horde_Kolab_Storage_Stub_Driver
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/Driver/
H A DMock.php616 public function fetchStructure($folder, $uids) function in Horde_Kolab_Storage_Driver_Mock
618 return $this->_data->fetchStructure(
H A DBase.php334 public function fetchStructure($mailbox, $uids) function in Horde_Kolab_Storage_Driver_Base
H A DPear.php378 public function fetchStructure($folder, $uids) function in Horde_Kolab_Storage_Driver_Pear
H A DImap.php548 public function fetchStructure($folder, $uids) function in Horde_Kolab_Storage_Driver_Imap
H A DCclient.php626 public function fetchStructure($folder, $uids) function in Horde_Kolab_Storage_Driver_Cclient
H A DRcube.php548 public function fetchStructure($folder, $uids) function in Horde_Kolab_Storage_Driver_Rcube
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/Driver/Mock/
H A DData.php304 public function fetchStructure($folder, $uids) function in Horde_Kolab_Storage_Driver_Mock_Data
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/test/Horde/Kolab/Storage/Unit/Driver/
H A DMockTest.php506 ->fetchStructure(
/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/Data/
H A DBase.php407 $structures = $this->_driver->fetchStructure($this->_folder->getPath(), $uids);