include/php-sql-parser.php
\PHPSQLParser
Package: SugarCRM
SQL Parser from: http://code.google.com/p/php-sql-parser/ License: New BSD
Properties
Methods

count_paren(
$token, $chars
=
array('(',')')
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $token | ||
| $chars |

process_insert(
$tokens, $token_category
=
'INSERT'
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $tokens | ||
| $token_category |

process_sql(
$tokens, $start_at
=
0, $stop_at
=
false
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $tokens | ||
| $start_at | ||
| $stop_at |