Function Database_Static_postgresql->has_drop_table_if_exists

Definitions

sources/database/postgresql.php

  • Find whether drop table "if exists" is present.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether drop table "if exists" is present.
 *
 * @return boolean Whether it is
 */

public function has_drop_table_if_exists() : bool