summaryrefslogtreecommitdiffstats
path: root/src/Contexts/ContextMySql50000.php
diff options
context:
space:
mode:
authorDamian Dlugosz <bigfootdd@gmail.com>2017-01-06 00:48:57 +0100
committerDamian Dlugosz <bigfootdd@gmail.com>2017-01-06 00:48:57 +0100
commit18989fecc94e31c67a7ad053fe16f09dae6402a8 (patch)
treec5e1382c3fcc11895e7d1a47973bd0d751c450f0 /src/Contexts/ContextMySql50000.php
parenta6e45c5e2e006bbd90306e1e947e25e601965657 (diff)
downloadsql-parser-18989fecc94e31c67a7ad053fe16f09dae6402a8.zip
sql-parser-18989fecc94e31c67a7ad053fe16f09dae6402a8.tar.gz
sql-parser-18989fecc94e31c67a7ad053fe16f09dae6402a8.tar.bz2
Update ContextGenerator.php
Diffstat (limited to 'src/Contexts/ContextMySql50000.php')
-rw-r--r--src/Contexts/ContextMySql50000.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/Contexts/ContextMySql50000.php b/src/Contexts/ContextMySql50000.php
index 798057b..5044ad7 100644
--- a/src/Contexts/ContextMySql50000.php
+++ b/src/Contexts/ContextMySql50000.php
@@ -5,10 +5,9 @@
*
* This file was auto-generated.
*
- * @package SqlParser
- * @subpackage Contexts
- * @link https://dev.mysql.com/doc/refman/5.0/en/keywords.html
+ * @see https://dev.mysql.com/doc/refman/5.0/en/keywords.html
*/
+
namespace SqlParser\Contexts;
use SqlParser\Context;
@@ -17,13 +16,11 @@ use SqlParser\Context;
* Context for MySQL 5.
*
* @category Contexts
- * @package SqlParser
- * @subpackage Contexts
+ *
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
class ContextMySql50000 extends Context
{
-
/**
* List of keywords.
*
@@ -34,7 +31,6 @@ class ContextMySql50000 extends Context
* @var array
*/
public static $KEYWORDS = array(
-
'DO' => 1, 'IO' => 1, 'NO' => 1, 'XA' => 1,
'ANY' => 1, 'BDB' => 1, 'CPU' => 1, 'END' => 1, 'IPC' => 1, 'NDB' => 1,
'NEW' => 1, 'ONE' => 1, 'ROW' => 1,
@@ -283,6 +279,5 @@ class ContextMySql50000 extends Context
'CHAR' => 43,
'BINARY' => 43,
'INTERVAL' => 43,
-
);
}