libasynql
3.2.0
Asynchronous MySQL access library for PocketMine plugins.
|
Public Member Functions | |
__construct (int $affectedRows, int $insertId) | |
getInsertId () | |
Public Member Functions inherited from SqlChangeResult | |
__construct (int $affectedRows) | |
getAffectedRows () | |
Definition at line 25 of file SqlInsertResult.php.
__construct | ( | int | $affectedRows, |
int | $insertId | ||
) |
Definition at line 29 of file SqlInsertResult.php.
getInsertId | ( | ) |
Definition at line 34 of file SqlInsertResult.php.