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

Method SetLimitClause( )

 public   mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetLimitClause(mixed $ary)

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>