[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/joomla/database/src/Mysql/ -> MysqlQuery.php (source)

   1  <?php
   2  /**
   3   * Part of the Joomla Framework Database Package
   4   *
   5   * @copyright  Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved.
   6   * @license    GNU General Public License version 2 or later; see LICENSE
   7   */
   8  
   9  namespace Joomla\Database\Mysql;
  10  
  11  use Joomla\Database\Pdo\PdoQuery;
  12  use Joomla\Database\Query\MysqlQueryBuilder;
  13  
  14  /**
  15   * MySQL Query Building Class.
  16   *
  17   * @since  1.0
  18   */
  19  class MysqlQuery extends PdoQuery
  20  {
  21      use MysqlQueryBuilder;
  22  
  23      /**
  24       * The list of zero or null representation of a datetime.
  25       *
  26       * @var    array
  27       * @since  2.0.0
  28       */
  29      protected $nullDatetimeList = ['0000-00-00 00:00:00', '1000-01-01 00:00:00'];
  30  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer