libasynql  3.2.0
Asynchronous MySQL access library for PocketMine plugins.
SqlInsertResult Class Reference
Inheritance diagram for SqlInsertResult:
SqlChangeResult SqlResult

Public Member Functions

 __construct (int $affectedRows, int $insertId)
 
 getInsertId ()
 
- Public Member Functions inherited from SqlChangeResult
 __construct (int $affectedRows)
 
 getAffectedRows ()
 

Detailed Description

Definition at line 25 of file SqlInsertResult.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( int  $affectedRows,
int  $insertId 
)

Definition at line 29 of file SqlInsertResult.php.

Member Function Documentation

◆ getInsertId()

getInsertId ( )

Definition at line 34 of file SqlInsertResult.php.


The documentation for this class was generated from the following file: