Javascript debugger Website design ↑
Object oriented style (method):
SQLiteResult { bool next();}
bool next();
SQLiteUnbuffered { bool next();}
sqlite_next() advances the result handle result to the next row.
The SQLite result resource. This parameter is not required when using the object-oriented method.
Returns TRUE on success, or FALSE if there are no more rows.
TRUE
FALSE
Javascript debugger Website design