class ParseAnalyze (View source)

Parse and analyse a SQL query

Methods

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

Calls the parser on a query

Details

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

Calls the parser on a query

Parameters

string $sqlQuery

the query to parse

string $db

the current database

bool $isAjaxRequest

Return Value

array