databases
[ class tree: databases ] [ index: databases ] [ all elements ]

Source for file MySQL_constants.inc.php

Documentation is available at MySQL_constants.inc.php

  1. <?php
  2. /**
  3.  * Constants need for the mysql subpackage.
  4.  *
  5.  * @package    databases
  6.  * @subpackage mysql
  7.  */
  8.  
  9. /**
  10.  * Used as flag in serveral Methods of this class to get a result array in a
  11.  * special kind. This is the default value. It effects that the result array
  12.  * will output as a mixture of an associative and a index based array.
  13.  */
  14. define"MYSQL_OUTPUT_DEFAULT");
  15.  
  16. /**
  17.  * Used as flag in serveral Methods of this class to get a result array in a
  18.  * special kind. This effects that the result array will output as an
  19.  * associative array.
  20.  */
  21. define"MYSQL_OUTPUT_ASSOC");
  22.  
  23. /**
  24.  * Used as flag in serveral Methods of this class to get a result array in a
  25.  * special kind. This effects that the result array will output as an index
  26.  * based array.
  27.  */
  28. define"MYSQL_OUTPUT_NUM");
  29.  
  30. ?>

Documentation generated on Thu, 05 Jun 2008 19:14:30 +0200 by phpDocumentor 1.4.1