Statement class

(PECL mysql-xdevapi >= 8.0.11)

Introducere

Sinopsisul clasei

mysql_xdevapi\Statement {
/* Constants */
const int EXECUTE_ASYNC = 1 ;
const int BUFFERED = 2 ;
/* Metode */
public getNextResult ( ) : mysql_xdevapi\Result
public getResult ( ) : mysql_xdevapi\Result
public hasMoreResults ( ) : bool
}

Constante predefinite

mysql_xdevapi\Statement::EXECUTE_ASYNC

mysql_xdevapi\Statement::BUFFERED

Cuprins

add a note add a note

User Contributed Notes

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