extends |
AbstractAsset |
---|
Sequence structure.
Methods | ||
---|---|---|
public
|
__construct(string $name, int $allocationSize = 1, int $initialValue = 1, int|null $cache = null)
|
# |
public
|
getAllocationSize(): int
|
# |
public
|
getInitialValue(): int
|
# |
public
|
getCache(): int|null
|
# |
public
|
setAllocationSize(int $allocationSize): Sequence
|
# |
public
|
setInitialValue(int $initialValue): Sequence
|
# |
public
|
setCache(int $cache): Sequence
|
# |
public
|
isAutoIncrementsFor(Table $table): bool
|
# |
public
|
visit(Visitor $visitor): void
|
# |
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset |
---|
isInDefaultNamespace(), getNamespaceName(), getShortestName(), getFullQualifiedName(), isQuoted(), getName(), getQuotedName() |