PHP Class PHPSQLParser\processors\SQLProcessor

Author: AndrĂ© Rothe ([email protected])
Author: Marco Th. ([email protected])
Inheritance: extends SQLChunkProcessor
Datei anzeigen Open project: greenlion/php-sql-parser Class Usage Examples

Public Methods

Method Description
process ( $tokens ) This function breaks up the SQL statement into logical sections.

Method Details

process() public method

Some sections are delegated to specialized processors.
public process ( $tokens )