| |||||||||||||||||||||||
sesam_seek_rowDescriptionbool sesam_seek_row ( string result_id, int whence [, int offset])result_id is a valid result id (select type queries only, and only if a "scrollable" cursor was requested when calling sesam_query()). whence sets the global default value for the scrolling type, it specifies the scroll type to use in subsequent fetch operations on "scrollable" cursors, which can be set to the following predefined constants: Tabulka 1. Valid values for "whence" parameter
offset is an optional parameter which is only evaluated (and required) if whence is either SESAM_SEEK_RELATIVE or SESAM_SEEK_ABSOLUTE. | |||||||||||||||||||||||
|