[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/libraries/engines/ -> ndbcluster.lib.php (source)

   1  <?php
   2  /* $Id: ndbcluster.lib.php 8103 2005-12-07 10:41:35Z cybot_tm $ */
   3  // vim: expandtab sw=4 ts=4 sts=4:
   4  
   5  class PMA_StorageEngine_ndbcluster extends PMA_StorageEngine
   6  {
   7      /**
   8       * @return  array
   9       */
  10      function getVariables()
  11      {
  12          return array(
  13              'ndb_connectstring' => array(
  14              ),
  15           );
  16      }
  17  
  18      /**
  19       * @return  string  SQL query LIKE pattern
  20       */
  21      function getVariablesLikePattern()
  22      {
  23          return 'ndb\\_%';
  24      }
  25  
  26      /**
  27       * returns string with filename for the MySQL helppage
  28       * about this storage engne
  29       *
  30       * @return  string  mysql helppage filename
  31       */
  32      function getMysqlHelpPage()
  33      {
  34          return 'ndbcluster';
  35      }
  36  }
  37  
  38  ?>


Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics