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

Method Reset( )

 public   mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::Reset(string $query_type)

The method Reset( ) resets the internal state of the instance and changes the query type

Example:

Arguments

  • $query_type string - <p>the type of the query ( SELECT, UPDATE, DELETE, ADD )</p>