pub rstoetter cSmartSqlStatement cSmartSqlStatement::IsFieldAlias() - rstoetter/csmartsqlstatement-php GitHub Wiki

Method IsFieldAlias( ) - of API Reference pub

 public   boolean rstoetter\cSmartSqlStatement\cSmartSqlStatement::IsFieldAlias(string $identifier)
  • Namespace : rstoetter\cSmartSqlStatement
  • Class name: cSmartSqlStatement
  • This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement

The method IsFieldAlias( ) returns true, if there is an alias named $identifier in the actually scanned query

Example:

Arguments

  • $identifier string - <p>the alias to search for</p>

Returns

boolean true, if there is an alias named $identifier in the actually scanned query