public listSequences(): void
public sequenceExists(string $sequenceName): bool
| Parameter | Type | Description |
|---|
$sequenceName | string | |
public describeSequence(string $name, false $): void
| Parameter | Type | Description |
|---|
$name | string | |
$ | false | |
public createSequence(string $name, array $sequenceInfo, bool $ifNotExists): bool
| Parameter | Type | Description |
|---|
$name | string | |
$sequenceInfo | array | |
$ifNotExists | bool | |
public dropSequence(string $name, bool $ifExists): bool
| Parameter | Type | Description |
|---|
$name | string | |
$ifExists | bool | |
public nextSequenceValue(string $name): int
| Parameter | Type | Description |
|---|
$name | string | |
public setSequenceValue(string $name, int $value): bool
| Parameter | Type | Description |
|---|
$name | string | |
$value | int | |
Generated by Hazaar API Doc Generator on Wed, 07 Jan 2026 11:29:59 +0000