libraries/sqlparser.lib.php3: SQL Parser merging (in progress)
This commit is contained in:
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