Source for file mysqli.dbschema.php
Documentation is available at mysqli.dbschema.php
- <?php
- /**
- * @package jelix
- * @subpackage db_driver
- * @author Laurent Jouanneau
- * @copyright 2005-2010 Laurent Jouanneau
- * @link http://www.jelix.org
- * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
- */
-
- require_once(JELIX_LIB_PATH.'plugins/db/mysql/mysql.dbschema.php');
-
- /**
- *
- * @package jelix
- * @subpackage db_driver
- */
- class mysqliDbTable extends mysqlDbTable {
-
- }
-
- /**
- *
- * @package jelix
- * @subpackage db_driver
- */
- class mysqliDbSchema extends mysqlDbSchema {
-
- }
Documentation generated on Wed, 04 Jan 2017 22:58:17 +0100 by phpDocumentor 1.4.3