Class Inx_Apiimpl_Util_AbstractInxRowSet

Description

Implements interfaces:

RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.

RemoteObject Copyright (c) 2005 Inxmail GmbH. All Rights Reserved.

  • version: $Revision: 9350 $ $Date: 2007-12-10 09:36:24 +0200 (Pr, 10 Grd 2007) $ $Author: aurimas $
  • abstract:

Located in /Apiimpl/Util/AbstractInxRowSet.php (line 2)

Inx_Apiimpl_RemoteObject
   |
   --Inx_Apiimpl_Util_AbstractInxRowSet
Direct descendents
Class Description
Inx_Apiimpl_DataAccess_LinkDataRowSetImpl
Inx_Apiimpl_Recipient_AbstractReadOnlyRecipientRowSet RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.
Inx_Apiimpl_Sending_IndividualSendingRowSetImpl RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.
Inx_Apiimpl_Util_AbstractManipulationRowSet RemoteObject <P>Copyright (c) 2005 Inxmail GmbH.
Variable Summary
Method Summary
Inx_Apiimpl_Util_AbstractInxRowSet __construct (Inx_Apiimpl_SessionContext $oSc,  $sRemoteRefId,  $iRowCount,  $aInitialBulk,  $sTypeName)
void afterLastRow ()
void beforeFirstRow ()
void checkExists ()
void close ()
void doFetch ( $oCxt,  $sRemoteRefId,  $iIndex,  $iDirection)
void fetchRowData ()
void getRow ()
void getRowCount ()
void next ()
void previous ()
void setRow ( $iRow)
Variables
mixed $_iCurrentRow = -1 (line 9)
  • access: protected
mixed $_iLastAccessedIndex = -1 (line 11)
  • access: protected
mixed $_iRowCount (line 5)
  • access: protected
mixed $_oBuffer = null (line 7)
  • access: protected
mixed $_oCurrentObject (line 13)
  • access: protected
mixed $_sTypeName (line 15)
  • access: protected
Methods
afterLastRow (line 41)
  • access: public
void afterLastRow ()

Implementation of:
Inx_Api_InxRowSet::afterLastRow()
Moves the cursor to the end of this row set, just after the last row. contains no rows.

Redefined in descendants as:
beforeFirstRow (line 34)
  • access: public
void beforeFirstRow ()

Implementation of:
Inx_Api_InxRowSet::beforeFirstRow()
Moves the cursor to the front of this row set, just before the first row. set contains no rows.

Redefined in descendants as:
checkExists (line 97)
  • access: protected
void checkExists ()
close (line 91)
  • access: public
void close ()

Implementation of:
Inx_Api_InxRowSet::close()
Releases the resources associated with this row set on the server immediately. closed once it is not needed anymore to prevent memory leaks and other potentially harmful side effects.
fetchRowData (line 107)
  • access: protected
void fetchRowData ()

Redefined in descendants as:
getRow (line 57)
  • access: public
void getRow ()

Implementation of:
Inx_Api_InxRowSet::getRow()
Retrieves the current row number.
getRowCount (line 85)
  • access: public
void getRowCount ()

Implementation of:
Inx_Api_InxRowSet::getRowCount()
Returns the number of rows in this row set.
next (line 63)
  • access: public
void next ()

Implementation of:
Inx_Api_InxRowSet::next()
Moves the cursor down one row from its current position. first row; the first call to the method next() makes the first row the current row; the second call makes the second row the current row, and so on.

Redefined in descendants as:
previous (line 74)
  • access: public
void previous ()

Implementation of:
Inx_Api_InxRowSet::previous()
Moves the cursor to the previous row in this row set.

Redefined in descendants as:
setRow (line 48)
  • access: public
void setRow ( $iRow)
  • $iRow

Implementation of:
Inx_Api_InxRowSet::setRow()
Moves the cursor to the given row number in this row set.

Inherited Methods

Inherited From Inx_Apiimpl_RemoteObject

Inx_Apiimpl_RemoteObject::__construct()
Inx_Apiimpl_RemoteObject::_createCxt()
Inx_Apiimpl_RemoteObject::_isReleased()
Inx_Apiimpl_RemoteObject::_notify()
Inx_Apiimpl_RemoteObject::_refId()
Inx_Apiimpl_RemoteObject::_release()
Inx_Apiimpl_RemoteObject::_remoteRef()
Inx_Apiimpl_RemoteObject::_sessionId()

Documentation generated on Thu, 17 Sep 2015 14:27:19 +0200 by phpDocumentor 1.3.2