SQLite3_stmt::execute
(No version information available, might be only in CVS)
SQLite3_stmt::execute — Executes a prepared statement and returns a result set object
Description
public SQLite3_result SQLite3_stmt::execute
( void
)
Parameters
This function has no parameters.
Return Values
Returns an SQLite3_result object on successful execution of the prepared
statement, FALSE on failure.