SqlStatement class

(PECL mysql-xdevapi >= 8.0.11)

Wstęp

Krótki opis klasy

mysql_xdevapi\SqlStatement {
/* Constants */
const integer EXECUTE_ASYNC = 1 ;
const integer BUFFERED = 2 ;
/* Właściwości */
public $statement ;
/* Metody */
public bind ( string $param ) : mysql_xdevapi\SqlStatement
public execute ( void ) : mysql_xdevapi\Result
public getNextResult ( void ) : mysql_xdevapi\Result
public getResult ( void ) : mysql_xdevapi\Result
public hasMoreResults ( void ) : bool
}

Właściwości

statement

Stałe predefiniowane

mysql_xdevapi\SqlStatement::EXECUTE_ASYNC

mysql_xdevapi\SqlStatement::BUFFERED

Spis treści

add a note add a note

User Contributed Notes

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