Function Database_super_sqlserver->has_sequential_auto_increment
Definitions
sources/database/shared/sqlserver.php
- Find whether auto-increment IDs are sequential.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it does
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether auto-increment IDs are sequential.
*
* @return boolean Whether it does
*/
public function has_sequential_auto_increment() : bool
* Find whether auto-increment IDs are sequential.
*
* @return boolean Whether it does
*/
public function has_sequential_auto_increment() : bool