schemaName; } /** @return non-empty-string */ public function getSequenceName(): string { return $this->sequenceName; } public function getAllocationSize(): int { return $this->allocationSize; } public function getInitialValue(): int { return $this->initialValue; } /** @return ?non-negative-int */ public function getCacheSize(): ?int { return $this->cacheSize; } }