class ParseAnalyze (View source)

Parse and analyse a SQL query

Methods

static array
sqlQuery(string $sqlQuery, string $db)

Calls the parser on a query

Details

static array sqlQuery(string $sqlQuery, string $db)

Calls the parser on a query

Parameters

string $sqlQuery

the query to parse

string $db

the current database

Return Value

array