dev rstoetter cSmartSqlStatement cSmartSqlStatement::GetFieldsAsString() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method GetFieldsAsString( ) - of API Reference dev
public mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetFieldsAsString(string $str)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method GetFieldsAsString( ) scans the actual query string and returns the field list which is in the buffer
Example:
Arguments
- $str string - <p>the comma seperated field list</p>