cSmartSqlStatement::ScanIdentifier() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method ScanIdentifier( )
private string rstoetter\cSmartSqlStatement\cSmartSqlStatement::ScanIdentifier(boolean $begradigen, boolean $punkteinlesen, boolean $scan_for_alias)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method ScanIdentifier( ) scans the actual query string and returns the next identifier
Example:
Arguments
- $begradigen boolean - <p>If true, then return the identifier in uppercase characters. Defaults to false.</p>
- $punkteinlesen boolean - <p>If true, then qualifying points ('.') are valid characters for the identifier. Defaults to false.</p>
- $scan_for_alias boolean - <p>If true, then a trailing alias will returned as well. Defaults to true. Not programmed yet!</p>
Returns
string the identifier or an empty string