|
SQLite3Stmt::clearClears all current bound parameters Description
public bool SQLite3Stmt::clear()
Clears all current bound parameters (sets them to Caution
This method needs to be used with SQLite3Stmt::reset.
If used alone, any call to
SQLite3Stmt::bindValue or
SQLite3Stmt::bindParam will be of no effect
and all bound parameters will have the ParametersThis function has no parameters. Return Values
Returns |