Inx_Api_InsertionRowSet provides a common base for all row set which enable the insertion of rows. new row you have to do the following steps:
Inx_Api_InsertionRowSet provides a common base for all row set which enable the insertion of rows. To insert a new row you have to do the following steps:
Located in /Api/InsertionRowSet.php (line 18)
Inx_Api_InxRowSet | --Inx_Api_ManipulationRowSet | --Inx_Api_InsertionRowSet
Moves the cursor to the insert row. the insert row. a buffer where a new row may be constructed by calling the update methods prior to inserting the row into the row set. insert row.
Moves the cursor to the insert row. The current cursor position is remembered while the cursor is positioned on the insert row. The insert row is a special row associated with a Inx_Api_InsertionRowSet. It is essentially a buffer where a new row may be constructed by calling the update methods prior to inserting the row into the row set. Only the update, getter, and commitRowUpdate method may be called when the cursor is on the insert row.
Inherited From Inx_Api_ManipulationRowSet
Inx_Api_ManipulationRowSet::commitRowUpdate()
Inx_Api_ManipulationRowSet::deleteRow()
Inx_Api_ManipulationRowSet::deleteRows()
Inx_Api_ManipulationRowSet::isRowDeleted()
Inx_Api_ManipulationRowSet::rollbackRowUpdate()
Inherited From Inx_Api_InxRowSet
Inx_Api_InxRowSet::afterLastRow()
Inx_Api_InxRowSet::beforeFirstRow()
Inx_Api_InxRowSet::close()
Inx_Api_InxRowSet::getRow()
Inx_Api_InxRowSet::getRowCount()
Inx_Api_InxRowSet::next()
Inx_Api_InxRowSet::previous()
Inx_Api_InxRowSet::setRow()
Documentation generated on Thu, 17 Sep 2015 14:27:26 +0200 by phpDocumentor 1.3.2