cSmartSqlStatement::ScanLimitCondition() - rstoetter/csmartsqlstatement-php GitHub Wiki

Method ScanLimitCondition( )

 private   string rstoetter\cSmartSqlStatement\cSmartSqlStatement::ScanLimitCondition(array $ary_limit)

The method ScanLimitCondition( ) scans the actual query string and returns the next LIMIT clause which is in the buffer

Example:

Arguments

  • $ary_limit array - <p>the items of the LIMIT clasue in a string array</p>

Returns

string the LIMIT clause as comma-seperated string