Interface Yiisoft\Db\Pgsql\Column\SequenceColumnInterface
| Extends | Yiisoft\ |
|---|---|
| Implemented by | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getSequenceName() | Returns name of an associated sequence if column is auto incremental. | Yiisoft\ |
| sequenceName() | Set the name of an associated sequence if a column is auto incremental. | Yiisoft\ |
Method Details
Returns name of an associated sequence if column is auto incremental.
| public abstract ?string getSequenceName ( ) |
public function getSequenceName(): ?string;
Set the name of an associated sequence if a column is auto incremental.
| public abstract static sequenceName ( ?string $sequenceName ) | ||
| $sequenceName | ?string | |
public function sequenceName(?string $sequenceName): static;
User Contributed Notes
Leave a comment
Join the conversation to share a note.