Function DatabaseDriver->has_compound_auto_increment_support

Definitions

sources/database.php

  • Find whether auto-increment IDs may be used alongside other IDs.
  • 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 may be used alongside other IDs.
 *
 * @return boolean Whether it does
 */

public function has_compound_auto_increment_support() : bool