SqlStatementResult class

(PECL mysql-xdevapi >= 8.0.11)

简介

类摘要

mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult , Traversable {
/* 方法 */
public fetchAll ( void ) : array
public fetchOne ( void ) : array
public getAffectedItemsCount ( void ) : integer
public getColumnsCount ( void ) : integer
public getColumnNames ( void ) : array
public getColumns ( void ) : Array
public getGeneratedIds ( void ) : array
public getLastInsertId ( void ) : String
public getWarnings ( void ) : array
public getWarningCounts ( void ) : integer
public hasData ( void ) : bool
public nextResult ( void ) : mysql_xdevapi\Result
}

Table of Contents