cSmartSqlStatement::Reset() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method Reset( )
public mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::Reset(string $query_type)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by rstoetter\cSmartSqlStatement\cSmartSqlStatement
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>