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