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

Method __construct

basex-api/src/main/php/BaseXClient/Query.php:26–30  ·  view source on GitHub ↗

* Query constructor. * * @param Session $session * @param string $query */

($session, $query)

Source from the content-addressed store, hash-verified

24 * @param string $query
25 */
26 public function __construct($session, $query)
27 {
28 $this->session = $session;
29 $this->id = $this->exec(chr(0), $query);
30 }
31
32 public function bind($name, $value, $type = "")
33 {

Callers

nothing calls this directly

Calls 1

execMethod · 0.95

Tested by

no test coverage detected