cSmartSqlStatement::GetFields() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method GetFields( )
public mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetFields(string $ary)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method GetFields( ) scans the actual query string and returns the field list which is in the buffer
Example:
Arguments
- $ary string - <p>the items of the field list as a string array</p>