Lines Matching refs:ok
85 $ok = true;
88 $ok = $this->newDataTable();
92 $ok = $ok && $this->newSchema();
95 $ok = $ok && $this->updateColumns();
96 $ok = $ok && $this->addColumns();
98 if (!$ok) {
188 $ok = $this->sqlite->saveRecord('types', $newEntry);
189 if (!$ok) return false;
208 $ok = $this->sqlite->saveRecord('schema_cols', $schemaEntry);
209 if (!$ok) return false;
283 $ok = $this->sqlite->saveRecord('types', $newEntry);
284 if (!$ok) return false;
298 $ok = $this->sqlite->saveRecord('schema_cols', $schemaEntry);
299 if (!$ok) return false;
315 $ok = true;
326 $ok = $ok && (bool)$this->sqlite->query($sql);
340 $ok = $ok && (bool)$this->sqlite->query($sql);
342 return $ok;