public string $schemaName
public initQueryBuilder(?string $schemaName): void
| Parameter | Type | Description |
|---|
$schemaName | string | |
public getQueryBuilder(): QueryBuilder
public createDatabase(string $name): bool
| Parameter | Type | Description |
|---|
$name | string | |
public grant(string $privilege, string $to, string $object): bool
| Parameter | Type | Description |
|---|
$privilege | string | |
$to | string | |
$object | string | |
public revoke(string $privilege, string $object, string $from): bool
| Parameter | Type | Description |
|---|
$privilege | string | |
$object | string | |
$from | string | |
protected fixValue(mixed $value): mixed
| Parameter | Type | Description |
|---|
$value | mixed | |
protected type(?string $dataType, ?int $length): string
| Parameter | Type | Description |
|---|
$dataType | string | |
$length | int | |
Generated by Hazaar API Doc Generator on Mon, 27 Oct 2025 13:01:29 +0000