| Executable::executeExecute statement Description
   abstract public mysql_xdevapi\Result mysql_xdevapi\Executable::execute() Execute the statement from either a collection operation or a table query; this functionality allows for method chaining. ParametersThis function has no parameters. Return ValuesOne of the Result objects, such as Result or SqlStatementResult. ExamplesExample #1 execute() examples The above example will output something similar to: 
object(mysql_xdevapi\SqlStatementResult)#3 (0) {
}
object(mysql_xdevapi\CollectionAdd)#5 (0) {
}
object(mysql_xdevapi\Result)#7 (0) {
}
 |