MCPcopy Create free account
hub / github.com/BaseXdb/basex / query

Method query

basex-api/src/main/php/BaseXClient/Session.php:90–93  ·  view source on GitHub ↗

* Executes a query. * * @param string $xquery * @return Query */

($xquery)

Source from the content-addressed store, hash-verified

88 * @return Query
89 */
90 public function query($xquery)
91 {
92 return new Query($this, $xquery);
93 }
94
95 /**
96 * Creates a new database, inserts initial content.

Callers 2

QueryExample.phpFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected