![]() | PDOStatement::nextRowset(no version information, might be only in CVS) PDOStatement::nextRowset -- Advances to the next rowset in a multi-rowset statement handle说明bool PDOStatement::nextRowset ( void )Some database servers support stored procedures that return more than one rowset (also known as a result set). PDOStatement::nextRowSet() enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a different set of columns from the preceding rowset. 范例
参见
![]() There are no user contributed notes for this page. | ![]() | ||||