Skip to content

cSqlStatement::Reset()

Rainer Stötter edited this page Jun 30, 2017 · 1 revision

Method Reset( )

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

The method Reset( ) resets the internal state of the instance

Example:

Arguments

  • $query_type string - <p>the query type ( select, insert, update, delete )</p>