libraries/sqlparser.lib.php3: SQL Parser merging (in progress)
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2002-07-24 Robin Johnson <robbat2@users.sourceforge.net>
|
2002-07-24 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* libraries/string.lib.php3: optimizations (thanks Lo<4C>c)
|
* libraries/string.lib.php3: optimizations (thanks Lo<4C>c)
|
||||||
|
* libraries/sqlparser.lib.php3: SQL Parser merging (in progress)
|
||||||
|
|
||||||
2002-07-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-07-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* libraries/string.lib.php3: Function documentation
|
* libraries/string.lib.php3: Function documentation
|
||||||
|
31
libraries/sqlparser.lib.php3
Normal file
31
libraries/sqlparser.lib.php3
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<?php
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** SQL Parser Functions for phpMyAdmin
|
||||||
|
*
|
||||||
|
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
|
* http://www.orbis-terrarum.net/?l=people.robbat2
|
||||||
|
*
|
||||||
|
* These functions define an SQL parser system, capable of understanding and
|
||||||
|
* extracting data from a MySQL type SQL query.
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
if (!defined('PMA_SQP_LIB_INCLUDED')) {
|
||||||
|
define('PMA_SQP_LIB_INCLUDED', 1);
|
||||||
|
|
||||||
|
} // $__PMA_SQP_LIB__
|
Reference in New Issue
Block a user