sqlite_seek SQLiteResult->seek Seek to a particular row number of a buffered result set &reftitle.description; boolsqlite_seek resourceresult intrownum Object oriented style (method): SQLiteResult boolseek intrownum sqlite_seek seeks to the row given by the parameter rownum. &reftitle.parameters; result The SQLite result resource. This parameter is not required when using the object-oriented method. &sqlite.no-unbuffered; rownum The ordinal row number to seek to. The row number is zero-based (0 is the first row). &sqlite.no-unbuffered; &reftitle.returnvalues; Returns &false; if the row does not exist, &true; otherwise. &reftitle.seealso; sqlite_next sqlite_current sqlite_rewind