parent root
PHP: mysql_xdevapi\ExecutionStatus - Manual

ExecutionStatus class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Class synopsis

mysql_xdevapi\ExecutionStatus {
/* Properties */
public $affectedItems ;
public $matchedItems ;
public $foundItems ;
public $lastInsertId ;
public $lastDocumentId ;
/* Constructor */
private __construct ( void )
}

Properties

affectedItems

matchedItems

foundItems

lastInsertId

lastDocumentId

Table of Contents

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root