Zymba Documentation
SQL.SQLite3
Text
object @SQL.SQLite3(@SQL.Connection) {
MODE_READ;
MODE_WRITE;
MODE_CREATE;
construct(string $path, int $mode, string $key) {}
createAggregate(string $name, function $callback_step, function $callback_final): $this {}
createCollation(string $name, function $callback): $this {}
createFunction(string $name, function $callback): $this {}
}
SQLite3 connection prototype.
Prototype
Methods
CODE
$this.construct(string $path, int $mode, string $key): void
Parameters
| Name | Type | Value | Default |
|---|---|---|---|
| path | string | "" | |
| mode | int | MODE_READ | |
| key | string | "" |