dev rstoetter cSmartSqlStatement cSmartSqlStatement::ScanUntilFolgezeichen() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method ScanUntilFolgezeichen( ) - of API Reference dev
private string rstoetter\cSmartSqlStatement\cSmartSqlStatement::ScanUntilFolgezeichen(string $zeichen)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method ScanIdentifier( ) scans the actual query string and returns the part of the query which ends with the character $zeichen from $m_char_index on
Example:
Arguments
- $zeichen string - <p>the terminating character to search for</p>
Returns
string the part which ends with the character $zeichen without the terminating character or an empty string