Function Database_Static_postgresql->get_max_indexes

Definitions

sources/database/postgresql.php

  • Find the maximum number of indexes supported.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • Maximum number of indexes (null: no limit or inconsequentially-large limit)
  • Type: ?integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the maximum number of indexes supported.
 *
 * @return ?integer Maximum number of indexes (null: no limit or inconsequentially-large limit)
 */

public function get_max_indexes() : ?int