Home
last modified time | relevance | path

Searched refs:PDO (Results 51 – 65 of 65) sorted by relevance

123

/plugin/database2/
H A Dmedia.php188 $media = $st->fetch( PDO::FETCH_NUM );
291 $rows = $st->fetchAll( PDO::FETCH_ASSOC );
H A Dadmin.php246 $rows = $result->fetchAll( PDO::FETCH_ASSOC );
H A Ddatabase2.php60 * @var PDO
189 * @return PDO
466 $this->db->setAttribute( PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
470 PDO::ATTR_DRIVER_NAME ) ) );
881 $row = $st->fetch( PDO::FETCH_NUM );
1557 $count = $st->fetch( PDO::FETCH_NUM );
1671 return $st->fetchAll( PDO::FETCH_ASSOC );
2729 $record = $st->fetch( PDO::FETCH_NUM );
4182 $row = $st->fetch( PDO::FETCH_NUM );
4383 $count = $st->fetch( PDO::FETCH_NUM );
[all …]
/plugin/struct/meta/
H A DSearchCloud.php114 $rows = $res->fetchAll(\PDO::FETCH_ASSOC);
H A DSearch.php
/plugin/bez/struct/
H A DBezType.php144 while ($row = $res->fetch(\PDO::FETCH_ASSOC)) {
/plugin/strata/helper/
H A Dtriples.php191 $result = $query->fetchAll(PDO::FETCH_ASSOC);
687 // (This is required by PDO, as no named variable may be used twice)
891 $this->row = $this->data->fetch(PDO::FETCH_ASSOC);
1030 $this->peekRow = $this->data->fetch(PDO::FETCH_ASSOC);
1087 $this->peekRow = $this->data->fetch(PDO::FETCH_ASSOC);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php20 return new PDO($this->getPDO());
/plugin/strata/driver/
H A Ddriver.php28 * The PDO database object.
108 * Initialize the PDO object.
111 * @return the PDO object
118 return new PDO($dsn, $credentials[0], $credentials[1]);
/plugin/bez/mdl/
H A DTaskFactory.php61 $stmt->setFetchMode(\PDO::FETCH_OBJ);
H A DFactory.php146 $sth->setFetchMode(\PDO::FETCH_CLASS, $this->get_object_class_name(),
/plugin/sqlcomp/
H A Dsyntax.php503 $dbHandle = new PDO('sqlite:'.$Database);
513 while($row = $result->fetch(PDO::FETCH_ASSOC))
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md23 * #877: Fix for syncing large calendars when using the Sqlite PDO backend.
57 * Database changes for CalDAV. If you are using the CalDAV PDO backends, you
60 * Added support for sharing in the CalDAV PDO backend! Users can now invite
208 * #699: PostgreSQL fix for the Locks PDO backend. (@TCKnet)
627 * #541: CalDAV PDO backend didn't respect overridden PDO table names.
655 * Deprecated: All the "tableName" constructor arguments for all the PDO
723 the CardDAV PDO backend.
851 * Fixed: #413: Memory optimizations for the CardDAV PDO backend.
1720 in a later version. Use PDO or the new File class instead.
1982 * Added: PDO authentication backend.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst399 recipe gives you a simple PDO template loader you can use as a starting point
404 $dbh = new PDO('sqlite::memory:');
424 public function __construct(PDO $dbh)
/plugin/ipban/ip-lib/
H A DREADME.md283 * - $pdo is a PDO instance

123