Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DSchemaBuilder.php42 protected $newschemaid = 0;
104 return (int)$this->newschemaid;
159 $this->newschemaid = $this->sqlite->queryValue('SELECT last_insert_rowid()');
161 if (!$this->newschemaid) return false;
202 'sid' => $this->newschemaid,
292 'sid' => $this->newschemaid,
41 protected $newschemaid = 0; global() variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder