schemaName; } /** @return non-empty-string */ public function getTableName(): string { return $this->tableName; } /** @return ?non-empty-string */ public function getConstraintName(): ?string { return $this->constraintName; } public function isClustered(): bool { return $this->isClustered; } /** @return non-empty-string */ public function getColumnName(): string { return $this->columnName; } }