cSmartSqlStatement::SetLimitClause() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method SetLimitClause( )
public mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetLimitClause(mixed $ary)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method SetLimitClause( ) sets the LIMIT clause of the statement The statement will be rescanned
Example:
Arguments
- $ary mixed - <p>the from part and the count part as an array of strings or as a string seperated by a comma</p>