PHP Storm\Drivers\Platforms\Mysql\PrimaryKeys 네임스페이스

클래스들

이름 설명
KeyGeneratorSet
MultiAutoIncrementGenerator Note: this is only safe when on innodb when 'innodb_autoinc_lock_mode' is equal to 0 or 1 as this ensures that when a multi row insert is done, the auto increments are guaranteed to be sequential.
SequenceGenerator Should be safe as MyISAM uses table level locking for writes.
SequenceTable
UUIDGenerator