|
SQLite3Stmt::closeCloses the prepared statement Description
public true SQLite3Stmt::close()
Closes the prepared statement.
ParametersThis function has no parameters. Return Values
Always returns Errors/ExceptionsAn Error is thrown if the method is called on an uninitialized object. Changelog
|