Statement class

(PECL mysql-xdevapi >= 8.0.11)

Giriş

Sınıf Sözdizimi

class mysql_xdevapi\Statement {
/* Sabitler */
const int EXECUTE_ASYNC = 1;
const int BUFFERED = 2;
/* Yöntemler */
public function getNextResult(): mysql_xdevapi\Result
public function getResult(): mysql_xdevapi\Result
public function hasMoreResults(): bool
}

İçindekiler

add a note

User Contributed Notes

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