RowResult class

(PECL mysql-xdevapi >= 8.0.11)

Wstęp

Krótki opis klasy

mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult , Traversable {
/* Metody */
public fetchAll ( void ) : array
public fetchOne ( void ) : array
public getColumnsCount ( void ) : integer
public getColumnNames ( void ) : array
public getColumns ( void ) : array
public getWarnings ( void ) : array
public getWarningsCount ( void ) : integer
}

Spis treści

add a note add a note

User Contributed Notes

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