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

Method create

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

* Creates a new database, inserts initial content. * * @param string $name name of the new database * @param string $input XML string */

($name, $input)

Source from the content-addressed store, hash-verified

99 * @param string $input XML string
100 */
101 public function create($name, $input)
102 {
103 $this->sendCmd(8, $name, $input);
104 }
105
106 /**
107 * Inserts a document in the database at the specified path.

Callers 4

sendMethod · 0.45
connectMethod · 0.45
CreateExample.phpFile · 0.45
createObjFunction · 0.45

Calls 1

sendCmdMethod · 0.95

Tested by 2

sendMethod · 0.36
connectMethod · 0.36