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 = false): bool
Parameter | Type | Description |
---|
$name | string | |
$sequenceInfo | array | |
$ifNotExists | bool | |
public dropSequence(string $name, bool $ifExists = false): 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