pub rstoetter cSmartSqlStatement cSmartSqlStatement::ScanStatement() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method ScanStatement( ) - of API Reference pub
public mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::ScanStatement(string $sql_statement, string|null $query_type)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method ScanStatement( ) scans the statement $sql_statement
Example:
Arguments
- $sql_statement string - <p>the query which should be scanned</p>
- $query_type string|null - <p>the query type ( SELECT, UPDATE, DELETE, ADD )</p>